ci: Adjust GitHub workflow permissions

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-10-21 11:55:37 +03:00
parent 5e853bb589
commit 82db9ff213
8 changed files with 56 additions and 41 deletions
+4 -2
View File
@@ -4,11 +4,13 @@ on:
workflow_dispatch:
permissions:
contents: write # needed to push chart
contents: read
jobs:
build-push:
release-charts:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts