Skip to content

Commit

Permalink
Fix actions-gh-release workflow can't create releases
Browse files Browse the repository at this point in the history
Give it a write access right to Github Releases
  • Loading branch information
mityu committed Sep 9, 2023
1 parent 8247435 commit bb043a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-prebuild-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
defaults:
run:
shell: msys2 {0}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: robinraju/[email protected]
Expand Down

0 comments on commit bb043a1

Please sign in to comment.