Skip to content

Commit

Permalink
Add write permissions for this GitHub token
Browse files Browse the repository at this point in the history
This is already configured in the settings for this repo; adding it to
the workflow file ensures I'll have it if I use this as a template for
future projects.
  • Loading branch information
alexwlchan committed Aug 20, 2024
1 parent c5ee426 commit 6ee6e34
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 @@ -36,6 +36,8 @@ jobs:
os: windows-latest

runs-on: ${{ matrix.os || 'ubuntu-latest' }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
Expand Down

0 comments on commit 6ee6e34

Please sign in to comment.