Skip to content

Commit

Permalink
fix: missing token param for python build
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 10, 2022
1 parent cf75c1b commit 53e83f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/svc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ jobs:
- name: Create k8s dependencies
uses: filipeforattini/ff-iac-github-actions/.github/actions/k8s-install-dependencies@main
with:
token: ${{secrets.GITHUB_TOKEN}}
cloneTools: false
writeSummary: true
kubeConfig: ${{secrets.KUBE_CONFIG}}
Expand Down

0 comments on commit 53e83f0

Please sign in to comment.