Skip to content

Commit

Permalink
release: Add permissions to create releases
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 9ed8ec1 commit 31bee8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
tags:
- v[0-9].**

permissions: read-all
permissions:
# this is needed to create a release
contents: write

jobs:
goreleaser:
Expand Down

0 comments on commit 31bee8d

Please sign in to comment.