[No QA] Fix Slack notification in syncVersions workflow#81767
Merged
Conversation
The 8398a7/action-slack action expects SLACK_WEBHOOK_URL, not SLACK_WEBHOOK, as the environment variable name. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@parasharrajat Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / Safari |
robertjchen
approved these changes
Feb 6, 2026
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
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.
Explanation of Change
The
syncVersionsworkflow's "Announce sync in Slack" step was failing withSpecify secrets.SLACK_WEBHOOK_URLbecause the env variable was namedSLACK_WEBHOOKinstead ofSLACK_WEBHOOK_URL. The8398a7/action-slackaction requiresSLACK_WEBHOOK_URL— every other workflow in the repo uses the correct name. This was a bug in the original syncVersions implementation.Visible in the first successful sync run where the sync itself succeeded but the Slack announcement failed.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/592093
Tests
N/A - GitHub Actions workflow change only.
Offline tests
N/A
QA Steps
N/A
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectionScreenshots/Videos
N/A - GitHub Actions workflow change with no UI impact.