Add Slack MCP server authentication to stress test workflow#661
Merged
Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Slack MCP server authentication with SLACK_BOT_TOKEN
Add Slack MCP server authentication to stress test workflow
Feb 4, 2026
Collaborator
|
@copilot only change the .md files. drop updates to the .lock.yml file since it will be regenerated |
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Slack authentication configuration to the nightly MCP stress test workflow to resolve authentication failures detected during testing. The change enables the Slack MCP server to authenticate using bot tokens stored in GitHub repository secrets.
Changes:
- Added
envsection to the Slack MCP server configuration withSLACK_BOT_TOKENandSLACK_TEAM_IDenvironment variables
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The nightly stress test detected that Slack MCP server requires
SLACK_BOT_TOKENandSLACK_TEAM_IDenvironment variables for authentication.Changes
Workflow configuration (
.github/workflows/nightly-mcp-stress-test.md):envsection to slack MCP server definition with both required secretsNote: The
.lock.ymlfile is not included in this PR as it will be regenerated automatically during workflow compilation usinggh aw compile.Prerequisites
Repository secrets
SLACK_BOT_TOKENandSLACK_TEAM_IDmust be configured before the stress test can authenticate with Slack. After merging, rungh aw compile nightly-mcp-stress-testto regenerate the compiled workflow.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.