feat: use COPILOT_PAT for token probe if available

Falls back to GITHUB_TOKEN if COPILOT_PAT not set.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alex Verkhovsky 2025-12-03 06:19:40 -07:00
parent 7b120a1921
commit a088ccca21
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
steps:
- name: Probe token limits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.COPILOT_PAT || secrets.GITHUB_TOKEN }}
run: |
echo "=== Token Limit Probe ==="
echo "Testing progressively larger payloads to find the ceiling"