Skip to content

Commit

Permalink
fix: update GITHUB_TOKEN permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Jan 27, 2023
1 parent 33406a3 commit 90ca544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
outputs:
container-digest: ${{ steps.build.outputs.container-digest }}
permissions:
packages: write
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Derive image tags
Expand Down

0 comments on commit 90ca544

Please sign in to comment.