Skip to content

Commit

Permalink
Add permissions for write packages (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed Mar 15, 2024
1 parent 315849f commit 3334e1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

permissions:
contents: read
packages: write

jobs:
build:
Expand Down

0 comments on commit 3334e1e

Please sign in to comment.