Skip to content

Commit

Permalink
Fix slack payload path
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Sep 11, 2023
1 parent e4e562b commit c03381d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo-slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install requirements
run: pip install -r ./telemetry-expiry/requirements.txt

# Temporary hard code project
- name: Run telemetry probe expiry check
run: python ./telemetry-expiry/check_metrics.py -p focus-ios

Expand All @@ -28,7 +29,7 @@ jobs:
id: slack
uses: slackapi/[email protected]
with:
payload-file-path: "./telemetry-expiry/slack-payload.json"
payload-file-path: "./slack-payload.json"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_TEST_ALERTS_SANDBOX }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit c03381d

Please sign in to comment.