File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
227228This 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
You can’t perform that action at this time.
0 commit comments