Skip to content

Commit 7624968

Browse files
omalleyandyclaude
andcommitted
fix(ci): grant write permissions for release-please
GITHUB_TOKEN needs contents:write and pull-requests:write to create release branches and PRs. The previous read-all was too restrictive. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5083a74 commit 7624968

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
branches:
44
- main
55

6-
permissions: read-all
6+
permissions:
7+
contents: write
8+
pull-requests: write
79
name: release-please
810

911
jobs:

0 commit comments

Comments
 (0)