Skip to content

Commit

Permalink
add permission to write package
Browse files Browse the repository at this point in the history
  • Loading branch information
domolitom committed Oct 21, 2024
1 parent 9ebba54 commit 8a80d36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-helm-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
release:
needs: [ setup ]
runs-on: ubuntu-latest
permissions:
packages: write
env:
github_app_id: ${{ secrets.github_app_id }}
if: needs.setup.outputs.changed == 'true'
Expand Down Expand Up @@ -235,4 +237,4 @@ jobs:

- name: Push charts to GHCR
run: |
helm push "${{ env.CR_PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"
helm push "${{ env.CR_PACKAGE_PATH }}/${{ steps.parse-chart.outputs.packagename }}.tgz" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts"

0 comments on commit 8a80d36

Please sign in to comment.