We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e3784a + 96a8654 commit 42f08efCopy full SHA for 42f08ef
.github/workflows/smoketest.yaml
@@ -45,6 +45,8 @@ jobs:
45
- name: Run tests
46
env:
47
COPILOT_TOKEN: ${{ secrets.COPILOT_TOKEN }}
48
+ GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"
49
+
50
run: |
51
source .venv/bin/activate
52
python main.py -p GitHubSecurityLab/seclab-taskflow-agent/personalities/assistant 'explain modems to me please'
0 commit comments