Skip to content

Commit

Permalink
Added in permissions to write packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Sep 7, 2023
1 parent 03dcf8e commit 5eea3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
release:
types: [published]

permissions:
packages: write

env:
IMAGE: ghcr.io/${{ github.repository }}
NEW_VERSION: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 5eea3f2

Please sign in to comment.