Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed May 16, 2024
1 parent 9812671 commit 69cd3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
tag: ${{ needs.versioning.outputs.semVer }}

chart:
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1
#uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@f2calv/2024-05-cas-updates
permissions:
packages: write #for pushing helm artifact
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
Expand Down

0 comments on commit 69cd3ef

Please sign in to comment.