Skip to content

Commit

Permalink
fix: publishing packages to GitHub requires write permissions (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Feb 9, 2024
1 parent 5a44b70 commit c105a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
permissions:
# https://goreleaser.com/ci/actions/#token-permissions
contents: write
packages: write

steps:
-
Expand Down Expand Up @@ -50,4 +51,3 @@ jobs:
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c105a85

Please sign in to comment.