Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 7de3ac5

Browse files
committed
Add PERSONAL_ACCESS_TOKEN to claude-full.yml workflow
1 parent 8e9ccb6 commit 7de3ac5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/claude-full.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ on:
2626
secrets:
2727
ANTHROPIC_API_KEY:
2828
required: true
29+
PERSONAL_ACCESS_TOKEN:
30+
required: false
2931

3032
jobs:
3133
# Handle issue analysis comments
@@ -122,6 +124,7 @@ jobs:
122124
feedback: ${{ steps.issue.outputs.feedback }}
123125
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
124126
github-token: ${{ github.token }}
127+
personal-access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
125128

126129
- name: Upload claude output artifacts
127130
if: always()

0 commit comments

Comments
 (0)