Commit 3f4acc4
ci(eval): pass COPILOT_CLI_TOKEN for Copilot SDK session auth
The copilot-sdk executor in @microsoft/vally-cli reads GITHUB_TOKEN
to create a Copilot session. The default Actions GITHUB_TOKEN doesn't
have Copilot API scope, causing "Session was not created with
authentication info or custom provider" at eval execution time.
Reuse the existing repo secret COPILOT_CLI_TOKEN (a Copilot-enabled
PAT) and expose it as GITHUB_TOKEN to the eval run step.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0385f74 commit 3f4acc4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments