Add explicit permissions

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2022-12-20 17:31:13 -05:00
parent 37b6ff9a3f
commit 07c894f89e
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,9 @@ jobs:
build:
name: Build, test, and eventually push the container image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix:

View file

@ -15,6 +15,9 @@ jobs:
build:
name: Deploy container image - Release
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix: