Skip to content

Commit

Permalink
chart/ghaction: set the correct permission to have access to push a r…
Browse files Browse the repository at this point in the history
…elease (#8115)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato authored Jan 8, 2022
1 parent 17b6c99 commit 4dda149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
chart:
name: Release Chart
runs-on: ubuntu-latest

permissions:
contents: write # needed to write releases

needs:
- changes
if: |
Expand Down

0 comments on commit 4dda149

Please sign in to comment.