Added minimum permissions to workflows (#1517)

Signed-off-by: Eddie Knight <iv.eddieknight@gmail.com>
This commit is contained in:
Eddie Knight 2022-10-07 04:27:25 -05:00 committed by GitHub
parent 5963c0befe
commit c041c74464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 0 deletions

View file

@ -5,8 +5,13 @@ on:
branches:
- main
permissions:
contents: read
jobs:
publish:
permissions:
contents: write # for helm/chart-releaser-action to push chart release and create a release
runs-on: ubuntu-latest
steps:
- name: Checkout