NVIDIA Video Codec SDK でエラーが発生した場合のメッセージを改善する #344
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Claude Assistant | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| actions: read | |
| env: | |
| CLAUDE_API_KEY: ${{ secrets.ANTHROPIC_API_KEY_SORA_OSS_SONNET }} | |
| CLAUDE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN_VOLUNTAS }} | |
| jobs: | |
| claude-response: | |
| runs-on: ubuntu-24.04 | |
| timeout-minutes: 15 | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: shiguredo/github-actions/.github/actions/claude-code-action@main | |
| with: | |
| api_key: ${{ env.CLAUDE_API_KEY }} | |
| oauth_user: voluntas | |
| oauth_token: ${{ env.CLAUDE_OAUTH_TOKEN }} |