Skip to content

Commit 96a8654

Browse files
committed
add GITHUB_AUTH_HEADER for the github mcp server
1 parent 8e3784a commit 96a8654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/smoketest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- name: Run tests
4646
env:
4747
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
48+
GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"
49+
4850
run: |
4951
source .venv/bin/activate
5052
python main.py -p GitHubSecurityLab/seclab-taskflow-agent/personalities/assistant 'explain modems to me please'

0 commit comments

Comments
 (0)