build(deps): bump SocketDev/socket-registry from 1a96ced97aaa85d61543351b90d6f463b983c46c to 76ad8232e415f3a45ed0003bb10a9ca0226c6521 #12
Workflow file for this run
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 Auto Review | |
| # Dependencies: | |
| # - SocketDev/socket-registry/.github/workflows/claude-auto-review.yml | |
| on: | |
| pull_request: | |
| types: [opened] | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| id-token: write | |
| pull-requests: read | |
| jobs: | |
| auto-review: | |
| uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@76ad8232e415f3a45ed0003bb10a9ca0226c6521 # main | |
| secrets: | |
| anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} |