Skip to content

Commit 538aff6

Browse files
authored
Merge pull request #6552 from iawia002/kustomize-action
Fix the rate-limit issue of kustomize action
2 parents f4919ab + e2330eb commit 538aff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/installation-chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: syntaqx/setup-kustomize@v1
4848
with:
4949
kustomize-version: ${{ env.KUSTOMIZE_VERSION }}
50+
env:
51+
GITHUB_TOKEN: ${{ github.token }}
5052

5153
- name: Run chart-testing (template)
5254
run: |

0 commit comments

Comments
 (0)