Skip to content

Commit

Permalink
Update goreleaser CI job with 'write' permission (#127)
Browse files Browse the repository at this point in the history
See goreleaser/goreleaser#2642
Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim authored Aug 24, 2022
1 parent 612e14d commit 725f8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
goreleaser:
name: Release Go Binary
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 725f8f0

Please sign in to comment.