Fix update wiki workflow action
This commit is contained in:
parent
550685ea3f
commit
4eeb26feca
2
.github/workflows/update-wiki.yml
vendored
2
.github/workflows/update-wiki.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Refresh wiki with Claude Code
|
- name: Refresh wiki with Claude Code
|
||||||
uses: anthropics/claude-code-action@99ca333651aa9a8becc279065fad21c4ef1c4494 # v1
|
uses: anthropics/claude-code-action/base-action@99ca333651aa9a8becc279065fad21c4ef1c4494 # v1
|
||||||
with:
|
with:
|
||||||
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
|
||||||
prompt: |
|
prompt: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue