Skip to content

Commit

Permalink
fix: package write access for goreleaser (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Feb 6, 2023
1 parent 4ae9a6d commit c23b854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
contents: 'write'
id-token: 'write'
pull-requests: 'read'
repository-projects: read
repository-projects: 'write'
packages: 'write'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c23b854

Please sign in to comment.