Skip to content

Commit 60ce66c

Browse files
authored
Fix missing perms (#1383)
1 parent b31c83e commit 60ce66c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
2929
permissions:
3030
id-token: write # allows ODIC publishing
31-
contents: write
31+
pull-requests: write # allows creating Version Packages PR
32+
contents: write # allows modifying changeset files
3233
with:
3334
releaseScript: release
3435
nodeVersion: 24

0 commit comments

Comments
 (0)