Skip to content

Commit

Permalink
add contents: write to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
asymmetricia committed Jul 24, 2024
1 parent c6cd84f commit 147a8b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: build
permissions:
contents: write
steps:
- id: create_release
name: Release
Expand Down

0 comments on commit 147a8b9

Please sign in to comment.