chart/ghaction: set the correct permission to have access to push a release (#8115)

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior 2022-01-08 18:18:19 +01:00 committed by GitHub
parent 17b6c99a05
commit 4dda149ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,10 @@ jobs:
chart:
name: Release Chart
runs-on: ubuntu-latest
permissions:
contents: write # needed to write releases
needs:
- changes
if: |