Skip to content

Commit

Permalink
Fix permissions for release CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ederst committed Feb 12, 2024
1 parent a60d7e3 commit 82cd180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:
release:
runs-on: ubuntu-20.04
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
needs:
- build-linux-amd64
- build-macos-amd64
Expand Down

0 comments on commit 82cd180

Please sign in to comment.