Skip to content

Commit

Permalink
Update goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Feb 3, 2022
1 parent fe870c1 commit e336d82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- '*'

permissions:
contents: write
# https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents
contents: read
# https://docs.github.com/en/enterprise-cloud@latest/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action
packages: write

jobs:
goreleaser:
Expand Down

0 comments on commit e336d82

Please sign in to comment.