Skip to content

Commit fbc3e77

Browse files
committed
ci(release): use write-all permissions for changesets PR creation
1 parent b366e1a commit fbc3e77

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)