Skip to content

Commit 4610e3d

Browse files
authored
Merge pull request #81767 from Expensify/vit-fixSyncVersionsSlack
[No QA] Fix Slack notification in syncVersions workflow
2 parents b1b58ef + 1a26e08 commit 4610e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syncVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
}
152152
env:
153153
GITHUB_TOKEN: ${{ github.token }}
154-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
154+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
155155

156156
- name: Announce failed workflow in Slack
157157
if: ${{ failure() }}

0 commit comments

Comments
 (0)