Skip to content

Commit 975af76

Browse files
ci: grant write permissions to GitHub Actions
semantic-release needs to be able to create git tags, so promote the `contents` permission from `read` to `write` as indicated in semantic-release/semantic-release#2496 (comment)
1 parent 2d1cbac commit 975af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
permissions:
11-
contents: read
11+
contents: write
1212

1313
jobs:
1414
##################

0 commit comments

Comments
 (0)