chore(deps): bump anthropics/claude-code-action from 06e550b8ff71349db253443c6ca8a4b120e7f89d to 8a1c4371755898f67cd97006ba7c97702d5fc4bf #75
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 Code | |
| # Dependencies: | |
| # - SocketDev/socket-registry/.github/workflows/claude.yml | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_review_comment: | |
| types: [created] | |
| issues: | |
| types: [opened, assigned] | |
| pull_request_review: | |
| types: [submitted] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| claude: | |
| uses: SocketDev/socket-registry/.github/workflows/claude.yml@42af85173896eefdd299364a2200d308b1c63caa # main | |
| secrets: | |
| anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |