Skip to content

Commit

Permalink
Try to broadcast on non-sandbox channel. Fingers crossed!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Sep 11, 2024
1 parent df5d41f commit 97cf153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/focus-ios-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
id: slack
uses: slackapi/[email protected]
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 }}
Expand Down

0 comments on commit 97cf153

Please sign in to comment.