Skip to content

Commit

Permalink
Increase token permissions, to view draft releases
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Nov 20, 2024
1 parent 4c1f540 commit 64ae165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ jobs:
needs: [ create-release, publish-release ]

permissions:
contents: read
contents: write # Needed to distinguish unpublished (still draft) from missing releases.
discussions: write

env:
Expand Down

0 comments on commit 64ae165

Please sign in to comment.