Skip to content

Commit a807256

Browse files
christsoclaude
andcommitted
fix(ci): use GITHUB_TOKEN directly for GitHub Models
The GH_MODELS_TOKEN secret appears invalid. Use GITHUB_TOKEN directly to diagnose — it has GitHub Models access by default. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c59bdcb commit a807256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Configure credentials
3030
run: |
3131
cat > .env <<EOF
32-
GH_MODELS_TOKEN=${{ secrets.GH_MODELS_TOKEN || secrets.GITHUB_TOKEN }}
32+
GH_MODELS_TOKEN=${{ secrets.GITHUB_TOKEN }}
3333
GH_MODELS_MODEL=${{ vars.GH_MODELS_MODEL || 'gpt-5-mini' }}
3434
COPILOT_MODEL=${{ vars.COPILOT_MODEL || 'gpt-5-mini' }}
3535
EOF

0 commit comments

Comments
 (0)