Skip to content

Commit 35bf749

Browse files
authored
adds permission for claude to make content write changes (#2925)
claude was failing when trying to make write changes to branches. this commit gives claude the ability to be able to make commits Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent da8382d commit 35bf749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 20
2323
permissions:
24-
contents: read
24+
contents: write
2525
pull-requests: read
2626
issues: read
2727
id-token: write

0 commit comments

Comments
 (0)