Skip to content

Commit d6a3238

Browse files
committed
fix(ci): update contents permission to write
- Changed contents permission from read to write in release workflow - Fixes 403 error when github-actions[bot] tries to create commits/tags during changeset publish
1 parent f448b77 commit d6a3238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
permissions:
11-
contents: read
11+
contents: write
1212
pull-requests: write
1313
packages: write
1414

0 commit comments

Comments
 (0)