We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ae859c + 94d36aa commit 472adc3Copy full SHA for 472adc3
.github/workflows/release.yaml
@@ -32,12 +32,12 @@ jobs:
32
skip_existing: true # Skip package upload if release/tag already exists
33
skip_upload: true # Skips upload to index.yaml
34
env:
35
- CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ CR_TOKEN: "${{ secrets.GALASA_TEAM_REPO_SCOPE_TOKEN }}"
36
37
- name: Run chart-releaser - release
38
if: (github.ref == 'refs/heads/release')
39
uses: helm/chart-releaser-action@main
40
with:
41
42
43
0 commit comments