Skip to content

Commit

Permalink
Merge pull request #146 from blairconrad/grant-contents-write
Browse files Browse the repository at this point in the history
Grant publish job the power to create releases
  • Loading branch information
blairconrad authored Jun 6, 2023
2 parents 1a8717c + 56bdcad commit 64e948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
runs-on: ubuntu-latest

permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: write # for creating the release
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

steps:
- name: Reject build if release name disagrees with tag
Expand Down

0 comments on commit 64e948a

Please sign in to comment.