diff --git a/.gitea/workflows/claude_assistant.yml b/.gitea/workflows/claude_assistant.yml index 7c6eca1..101425f 100644 --- a/.gitea/workflows/claude_assistant.yml +++ b/.gitea/workflows/claude_assistant.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude PR Action uses: markwylde/claude-code-gitea-action@v1.0.20 with: - claude_credentials: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} gitea_token: ${{ secrets.CLAUDE_GITEA_TOKEN }} # Or use OAuth token instead: # claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}