From 97cf153b1a45fc860c2c988bc6eb8dfef8cf23fb Mon Sep 17 00:00:00 2001 From: Clare So Date: Wed, 11 Sep 2024 17:41:24 -0400 Subject: [PATCH] Try to broadcast on non-sandbox channel. Fingers crossed!!!! --- .github/workflows/focus-ios-ui-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/focus-ios-ui-tests.yml b/.github/workflows/focus-ios-ui-tests.yml index 502b6134c666..13055f36b7f1 100644 --- a/.github/workflows/focus-ios-ui-tests.yml +++ b/.github/workflows/focus-ios-ui-tests.yml @@ -117,10 +117,10 @@ jobs: id: slack uses: slackapi/slack-github-action@v1.26.0 with: + channel-id: ${{ secrets.CHANNEL_ID }} payload-file-path: ${{ env.browser }}/slack.json env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} ios_simulator: ${{ matrix.ios_simulator }} pass_fail: ${{ steps.run-tests.outcome == 'success' && ':white_check_mark:' || ':x:' }} xcodebuild_test_plan: ${{ matrix.xcodebuild_test_plan }}