Skip to content

Commit

Permalink
Add permission contents write to upload assets job
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenmarten committed Apr 23, 2024
1 parent efe0163 commit 368114d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
release-assets:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5.0.0
Expand Down

0 comments on commit 368114d

Please sign in to comment.