Update Claude Assistant action version in Gitea workflow to v1.0.20

This commit is contained in:
Javier Hinojosa
2025-11-09 16:32:24 -05:00
parent 2fee826e06
commit 539b7d97ef

View File

@@ -29,7 +29,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Run Claude Assistant - name: Run Claude Assistant
uses: markwylde/claude-code-gitea-action uses: markwylde/claude-code-gitea-action@v1.0.20
with: with:
gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }} # Use standard workflow token gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }} # Use standard workflow token
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}