Skip to content

Commit 676b446

Browse files
authored
Merge pull request #325 from authzed/ecordell-patch-1
use github token for kustomize github action
2 parents a2d009f + d8e230f commit 676b446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: "Build release bundle.yaml"
4343
uses: "karancode/kustomize-github-action@master"
4444
with:
45+
token: "${{ github.token }}"
4546
kustomize_build_dir: "release/config"
4647
kustomize_output_file: "release/bundle.yaml"
4748
- uses: "goreleaser/goreleaser-action@v6"

0 commit comments

Comments
 (0)