Skip to content

Commit 370215e

Browse files
Merge pull request #26 from no-witness-labs/fix/release-workflow-permissions
ci(release): use write-all permissions for changesets PR creation
2 parents 052e1f2 + fbc3e77 commit 370215e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ on:
66
- main
77
workflow_dispatch:
88

9-
permissions:
10-
contents: write
11-
pull-requests: write
12-
id-token: write
9+
permissions: write-all
1310

1411
concurrency: ${{ github.workflow }}-${{ github.ref }}
1512

0 commit comments

Comments
 (0)