Skip to content

Commit

Permalink
ci: add token to bypass bug in kustomize GA
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jun 14, 2024
1 parent 5d88899 commit b8e7b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
kustomize_build_dir: "config/default"
kustomize_output_file: "rendered.yaml"
kustomize_build_options: "--load_restrictor none"
token: ${{ github.token }} # ref: https://github.com/karancode/kustomize-github-action/issues/46
# TODO: setup-kind seems to be not well maintained so check for alternatives
- uses: engineerd/[email protected]
with:
Expand Down

0 comments on commit b8e7b5d

Please sign in to comment.