From 3a6d5ff58ddb05dea7973c6f560cc5d76196e84a Mon Sep 17 00:00:00 2001 From: phernandez Date: Fri, 4 Apr 2025 23:31:08 -0500 Subject: [PATCH] update claude code actions Signed-off-by: phernandez --- .github/workflows/claude-code-actions.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code-actions.yml b/.github/workflows/claude-code-actions.yml index 1e87323b..c05ea18f 100644 --- a/.github/workflows/claude-code-actions.yml +++ b/.github/workflows/claude-code-actions.yml @@ -8,8 +8,9 @@ on: jobs: claude-integration: - uses: fractureinc/claude-code-github-action/.github/workflows/claude-full.yml@v0.5.6 + uses: basicmachines-co/claude-code-github-action/.github/workflows/claude-full.yml@v0. with: issue-label: 'claude-fix' # Optional: customize the trigger label secrets: - ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} \ No newline at end of file + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.CLAUDE_TOKEN }} \ No newline at end of file