Skip to content

Commit bccce58

Browse files
authored
gives the GH_TOKEN to claude code so that gh commands work (#1468)
Signed-off-by: ChrisJBurns <[email protected]>
1 parent b3231ea commit bccce58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/issue-triage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ jobs:
103103
allowed_tools: "Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__search_issues,mcp__github__list_issues"
104104
mcp_config: /tmp/mcp-config/mcp-servers.json
105105
timeout_minutes: "5"
106-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
106+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
107+
env:
108+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)