We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbf3c3 commit 9958a2bCopy full SHA for 9958a2b
1 file changed
.github/workflows/claude.yml
@@ -23,7 +23,7 @@ jobs:
23
pull-requests: write
24
issues: write
25
id-token: write
26
- actions: read # Required for Claude to read CI results on PRs
+ actions: write # Required for Claude to read CI results and edit workflows
27
steps:
28
- name: Checkout repository
29
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
@@ -38,7 +38,7 @@ jobs:
38
39
# This is an optional setting that allows Claude to read CI results on PRs
40
additional_permissions: |
41
- actions: read
+ actions: write
42
43
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
44
# prompt: 'Update the pull request description to include a summary of changes.'
0 commit comments