Skip to content

Commit 64e948a

Browse files
authored
Merge pull request #146 from blairconrad/grant-contents-write
Grant publish job the power to create releases
2 parents 1a8717c + 56bdcad commit 64e948a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
permissions:
78-
# IMPORTANT: this permission is mandatory for trusted publishing
79-
id-token: write
78+
contents: write # for creating the release
79+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
8080

8181
steps:
8282
- name: Reject build if release name disagrees with tag

0 commit comments

Comments
 (0)