Skip to content

Commit 9958a2b

Browse files
committed
Update Claude action permissions to allow editing workflows
Change actions permission from read to write to enable Claude to edit GitHub Action workflow files.
1 parent ffbf3c3 commit 9958a2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pull-requests: write
2424
issues: write
2525
id-token: write
26-
actions: read # Required for Claude to read CI results on PRs
26+
actions: write # Required for Claude to read CI results and edit workflows
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
@@ -38,7 +38,7 @@ jobs:
3838

3939
# This is an optional setting that allows Claude to read CI results on PRs
4040
additional_permissions: |
41-
actions: read
41+
actions: write
4242
4343
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4444
# prompt: 'Update the pull request description to include a summary of changes.'

0 commit comments

Comments
 (0)