Skip to content

Commit

Permalink
Add the permissions to the GitHub Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 17, 2024
1 parent b790fa0 commit d4595ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
Expand Down

0 comments on commit d4595ac

Please sign in to comment.