Skip to content

Commit e2330eb

Browse files
committed
Fix the rate-limit issue of kustomize action
Signed-off-by: Xinzhao Xu <[email protected]>
1 parent f4919ab commit e2330eb

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)