fix: add github_token input to claude-code-action workflows
This commit is contained in:
parent
cc70d3ab50
commit
f77acdf149
3 changed files with 3 additions and 0 deletions
1
.github/workflows/claude-issue-triage.yml
vendored
1
.github/workflows/claude-issue-triage.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
prompt: |
|
||||
You're an issue triage assistant for GitHub issues. Your task is to analyze the issue and select appropriate labels from the provided list.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue