Add gh.sh wrapper for gh CLI commands in workflows
This commit is contained in:
parent
db3858a558
commit
b2bab3b743
4 changed files with 108 additions and 14 deletions
1
.github/workflows/claude-issue-triage.yml
vendored
1
.github/workflows/claude-issue-triage.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
uses: anthropics/claude-code-action@v1
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allowed_non_write_users: "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue