Skip to content

Commit

Permalink
Grant write permissions as needed to workflows that use GITHUB_TOKEN (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte committed Jan 31, 2024
1 parent 12e9dd9 commit 8af045b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
runs-on: ubuntu-latest
name: Create release
needs: [build]
permissions:
contents: write

steps:
- name: Download artifacts
Expand Down

0 comments on commit 8af045b

Please sign in to comment.