Skip to content

Commit fe56723

Browse files
add github token
1 parent 273f529 commit fe56723

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-linux-copilot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ jobs:
176176
run: npm install -g @github/copilot
177177

178178
- name: Test GitHub Copilot CLI
179+
env:
180+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179181
run: |
180182
PROMPT="Using the vscode_automation tools... Run the MCP: Add Server command and add an http server with a url of https://stytch-as-demo.val.run/mcp and a name of 'stytch'. Then stop the vscode_automation and open the ${{ github.workspace }}/.build/vscode-playwright-mcp/videos folder"
181183
copilot -p "$PROMPT" --allow-all-tools --additional-mcp-config '{"mcpServers":{"vscode-playwright-mcp":{"type":"local","command":"sh","tools":["*"],"args":["${{ github.workspace }}/test/mcp/scripts/start-stdio.sh"]}}}'

0 commit comments

Comments
 (0)