Skip to content

build(deps): bump next from 16.2.0 to 16.2.6 #8

build(deps): bump next from 16.2.0 to 16.2.6

build(deps): bump next from 16.2.0 to 16.2.6 #8

Workflow file for this run

name: Claude on Demand
on:
issue_comment:
types: [created]
jobs:
claude:
if: contains(github.event.comment.body, '@claude')
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}