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 3c8a8159c6
commit 47f9b2069c

View file

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