Update .gitea/workflows/claude_assistant.yml

This commit is contained in:
2025-11-26 16:17:03 +00:00
parent 259dc08aea
commit 87075be61e

View File

@@ -32,7 +32,7 @@ jobs:
- name: Run Claude PR Action - name: Run Claude PR Action
uses: markwylde/claude-code-gitea-action@v1.0.20 uses: markwylde/claude-code-gitea-action@v1.0.20
with: with:
claude_credentials: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }} gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }}
# Or use OAuth token instead: # Or use OAuth token instead:
# claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}