Skip to content

Commit 6d25d03

Browse files
committed
chore: give write permission to changesets
1 parent f7ab39b commit 6d25d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
contents: write
11+
pull-requests: write
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)