Skip to content

Commit

Permalink
Merge pull request #61 from galasa-dev/jade-helm-releaser
Browse files Browse the repository at this point in the history
Jade helm releaser
  • Loading branch information
jadecarino authored Dec 5, 2024
2 parents 472adc3 + 35a0fb8 commit 84e94ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- prerelease
- release

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -32,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 84e94ad

Please sign in to comment.