Skip to content

Commit 7197747

Browse files
committed
chore: give write-all permissions for releasing
1 parent 798166c commit 7197747

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10-
permissions:
11-
contents: write
12-
pages: write
13-
id-token: write
14-
pull-requests: write
10+
permissions: write-all
1511

1612
jobs:
1713
release:

0 commit comments

Comments
 (0)