Skip to content

Commit 2d3213a

Browse files
- continue updating README.md
1 parent 41dc8c8 commit 2d3213a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ This is an example variation of the workflow file for use with the GitHub Copilo
223223
```
224224

225225
### Installation and Configuration for Claude Code Coding Agent
226-
226+
- NOTE: The Claude GitHub app is required to be installed in your GitHub organization or repository.
227+
- Please see: https://docs.anthropic.com/en/docs/claude-code/github-actions
227228
This is an example variation of the workflow file for use with the Claude Code Coding Agent:
228229
```
229230
# The beginning of the workflow file is the same as the previous example.
@@ -233,8 +234,6 @@ This is an example variation of the workflow file for use with the Claude Code C
233234
name: Generate Fixes
234235
runs-on: ubuntu-latest
235236
if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
236-
permissions:
237-
issues: write
238237
steps:
239238
# When using Claude Code, it is unnecessary to authenticate with an LLM API from this step.
240239

0 commit comments

Comments
 (0)