Skip to content

Commit

Permalink
Give workflow write permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Dec 5, 2024
1 parent 67ebdfa commit 35a0fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
skip_existing: true # Skip package upload if release/tag already exists
skip_upload: true # Skips upload to index.yaml
env:
CR_TOKEN: "${{ secrets.GALASA_TEAM_REPO_SCOPE_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser - release
if: (github.ref == 'refs/heads/release')
uses: helm/chart-releaser-action@main
with:
skip_existing: true # Skip package upload if release/tag already exists
env:
CR_TOKEN: "${{ secrets.GALASA_TEAM_REPO_SCOPE_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 35a0fb8

Please sign in to comment.