fix: cc-resolve の Resolve ステップに GH_TOKEN を追加
This commit is contained in:
parent
d05cb43432
commit
8bb9ea4e8c
1
.github/workflows/cc-resolve.yml
vendored
1
.github/workflows/cc-resolve.yml
vendored
@ -283,6 +283,7 @@ jobs:
|
||||
)" --verbose
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Commit and push
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user