We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31c83e commit 60ce66cCopy full SHA for 60ce66c
1 file changed
.github/workflows/release.yaml
@@ -28,7 +28,8 @@ jobs:
28
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
29
permissions:
30
id-token: write # allows ODIC publishing
31
- contents: write
+ pull-requests: write # allows creating Version Packages PR
32
+ contents: write # allows modifying changeset files
33
with:
34
releaseScript: release
35
nodeVersion: 24
0 commit comments