We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec37863 commit fbb5bb0Copy full SHA for fbb5bb0
.github/workflows/issue-comment.yml
@@ -54,13 +54,11 @@ jobs:
54
# Auth GitHub CLI with the token
55
- name: Configure GitHub CLI
56
run: |
57
- # First try with GITHUB_TOKEN
58
- echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
+ echo "${{ secrets.GH_PAT }}" | gh auth login --with-token
59
# Verify auth status
60
gh auth status
61
62
- env:
63
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
65
66
echo "Running MyCoder for issue #${{ github.event.issue.number }} with prompt: ${{ steps.extract-prompt.outputs.prompt }}"
0 commit comments