Skip to content

Commit fbb5bb0

Browse files
committed
chore: switch over to using Personal Access Token, fix broken tests
1 parent ec37863 commit fbb5bb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/issue-comment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ jobs:
5454
# Auth GitHub CLI with the token
5555
- name: Configure GitHub CLI
5656
run: |
57-
# First try with GITHUB_TOKEN
58-
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
57+
echo "${{ secrets.GH_PAT }}" | gh auth login --with-token
5958
# Verify auth status
6059
gh auth status
6160
6261
- env:
63-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6462
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6563
run: |
6664
echo "Running MyCoder for issue #${{ github.event.issue.number }} with prompt: ${{ steps.extract-prompt.outputs.prompt }}"

0 commit comments

Comments
 (0)