Skip to content

Commit

Permalink
Merge pull request #325 from authzed/ecordell-patch-1
Browse files Browse the repository at this point in the history
use github token for kustomize github action
  • Loading branch information
ecordell authored Jul 23, 2024
2 parents a2d009f + d8e230f commit 676b446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: "Build release bundle.yaml"
uses: "karancode/kustomize-github-action@master"
with:
token: "${{ github.token }}"
kustomize_build_dir: "release/config"
kustomize_output_file: "release/bundle.yaml"
- uses: "goreleaser/goreleaser-action@v6"
Expand Down

0 comments on commit 676b446

Please sign in to comment.