Skip to content

Commit

Permalink
release: Add permissions to push to ghcr
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Egan <[email protected]>
  • Loading branch information
charlieegan3 committed Jul 16, 2024
1 parent 31bee8d commit 34202b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
permissions:
# this is needed to create a release
contents: write
# this is needed to create artifacts in ghcr
packages: write

jobs:
goreleaser:
Expand Down

0 comments on commit 34202b5

Please sign in to comment.