Skip to content

Commit

Permalink
Merge pull request #3424 from grafana/vldmr/fix-gh-workflow-update-he…
Browse files Browse the repository at this point in the history
…lm-repo

workflows: bring back missing permissions to update-helm-repo
  • Loading branch information
narqo authored Nov 13, 2024
2 parents 0bb3fdd + 73fd30a commit ee80391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-helm-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
needs: [setup]
runs-on: ubuntu-latest
permissions:
contents: write # allows GITHUB_TOKEN to push chart release, create release, and push tags to github
packages: write # allows GITHUB_TOKEN to push package to ghcr
env:
github_app_id: ${{ secrets.github_app_id }}
Expand Down

0 comments on commit ee80391

Please sign in to comment.