Skip to content

Commit

Permalink
Give write permissions to job
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Mar 2, 2024
1 parent d67f520 commit a271cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
create-and-publish-packages:
runs-on: ubuntu-latest
permissions:
contents: read
# write is required for creating releases
contents: write
packages: write

steps:
Expand Down

0 comments on commit a271cdc

Please sign in to comment.