Skip to content

Commit

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

Add missing permissions in update-helm-repo workflow
  • Loading branch information
narqo authored Oct 29, 2024
2 parents 563977e + 226cf91 commit 20d0ecd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-helm-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
needs: [setup]
runs-on: ubuntu-latest
permissions:
packages: write
contents: write # to push chart release, create release, and push tags to github
packages: write # to push package to ghcr
env:
github_app_id: ${{ secrets.github_app_id }}
if: needs.setup.outputs.changed == 'true'
Expand Down Expand Up @@ -145,7 +146,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.5.2
version: v3.16.2

- name: Parse Chart.yaml
id: parse-chart
Expand Down

0 comments on commit 20d0ecd

Please sign in to comment.