Skip to content

Profile CLI Switch #168

Profile CLI Switch

Profile CLI Switch #168

Workflow file for this run

name: Claude Code
on:
issue_comment:
types: [created]
jobs:
respond:
if: |
github.event_name == 'issue_comment' &&
github.event.comment.user.login == 'FrankRay78' &&
contains(github.event.comment.body, '@claude')
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
id-token: write
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
additional_permissions: |
actions: read