Skip to content

Commit

Permalink
Update publish_package.yml to include package write
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 2, 2023
1 parent fd3c959 commit 1616f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
tags:
- '*'

permissions:
contents: read
packages: write

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 1616f7b

Please sign in to comment.