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:
parent
17b6c99a05
commit
4dda149ed0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/helm.yaml
vendored
4
.github/workflows/helm.yaml
vendored
|
@ -33,6 +33,10 @@ jobs:
|
|||
chart:
|
||||
name: Release Chart
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write # needed to write releases
|
||||
|
||||
needs:
|
||||
- changes
|
||||
if: |
|
||||
|
|
Loading…
Reference in a new issue