Skip to content

Commit

Permalink
Merge pull request #746 from aiven/rriski-fix-kustomize-action
Browse files Browse the repository at this point in the history
fix(ci): add `token` to kustomize-github-action
  • Loading branch information
Echie authored Jun 6, 2024
2 parents e1d93e2 + fcc5a53 commit 65772ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ jobs:
kustomize_version: 4.5.7
kustomize_build_dir: config/default
kustomize_output_file: deployment.yaml
# TODO: remove token once https://github.com/karancode/kustomize-github-action/issues/46 is resolved
token: ${{ github.token }}
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
kustomize_version: 4.5.7
kustomize_build_dir: config/default
kustomize_output_file: deployment.yaml
# TODO: remove token once https://github.com/karancode/kustomize-github-action/issues/46 is resolved
token: ${{ github.token }}
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
- uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 65772ea

Please sign in to comment.