Skip to content

Commit

Permalink
Grant needed permissions to GH_TOKEN during release (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer committed Jan 31, 2022
1 parent 536fd12 commit ffe4e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
name: Push Release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
deployments: write
id-token: write # needed for signing the images with GitHub OIDC Token **not production ready**

# build-tools is built from ../../tools/build-tools.Dockerfile
Expand Down

0 comments on commit ffe4e64

Please sign in to comment.