-
Notifications
You must be signed in to change notification settings - Fork 6
Fix broken smoketest #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a broken smoketest by adding the missing GITHUB_AUTH_HEADER environment variable required by the github-official MCP server.
Key Changes:
- Added
GITHUB_AUTH_HEADERenvironment variable to the smoketest workflow
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
smoke test |
|
|
smoke test |
|
|
smoke test |
Deployment Triggered 🚀m-y-mo, started a branch deployment to production (branch: You can watch the progress here 🔗 Details{
"type": "branch",
"environment": {
"name": "production",
"url": null
},
"deployment": {
"timestamp": "2025-10-27T10:22:46.621Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/18837616699"
},
"git": {
"branch": "fix_smoketest",
"commit": "96a86548db02a678a2542307ceeec898b82e5195",
"verified": false,
"committer": "m-y-mo",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/commit/96a86548db02a678a2542307ceeec898b82e5195"
},
"context": {
"actor": "m-y-mo",
"noop": false,
"fork": false,
"comment": {
"created_at": "2025-10-27T10:22:27Z",
"updated_at": "2025-10-27T10:22:27Z",
"body": "smoke test",
"html_url": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/pull/38#issuecomment-3450537573"
}
},
"parameters": {
"raw": null,
"parsed": null
}
} |
Deployment Results ❌m-y-mo had a failure when deploying branch Details{
"status": "failure",
"environment": {
"name": "production",
"url": null
},
"deployment": {
"id": 3210295459,
"timestamp": "2025-10-27T10:25:38.785Z",
"logs": "https://github.com/GitHubSecurityLab/seclab-taskflow-agent/actions/runs/18837616699",
"duration": 172
},
"git": {
"branch": "fix_smoketest",
"commit": "96a86548db02a678a2542307ceeec898b82e5195",
"verified": false
},
"context": {
"actor": "m-y-mo",
"noop": false,
"fork": false
},
"reviews": {
"count": 1,
"decision": "APPROVED"
},
"parameters": {
"raw": null,
"parsed": null
}
} |
We forgot to add the
GITHUB_AUTH_HEADERenvironment variable in the smoketest, which is needed by thegithub-officialmcp server.