We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4919ab + e2330eb commit 538aff6Copy full SHA for 538aff6
.github/workflows/installation-chart.yaml
@@ -47,6 +47,8 @@ jobs:
47
uses: syntaqx/setup-kustomize@v1
48
with:
49
kustomize-version: ${{ env.KUSTOMIZE_VERSION }}
50
+ env:
51
+ GITHUB_TOKEN: ${{ github.token }}
52
53
- name: Run chart-testing (template)
54
run: |
0 commit comments