Skip to content

Commit

Permalink
Restore slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis authored Jan 9, 2025
1 parent c203beb commit d601d47
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-sns-aggregator-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ jobs:
- name: Notify Slack on failure
# Since the this is a scheduled job, a failure won't be shown on any
# PR status. To notify the team, we send a message to our Slack channel on failure.
# uses: dfinity/internet-identity/.github/actions/slack@release-2023-08-28
uses: dfinity/internet-identity/.github/actions/slack@release-2023-08-28
if: ${{ failure() }}
run: echo "🤦‍♂️ SNS aggregator response update failed"
#with:
#WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
#MESSAGE: "SNS aggregator response update failed"
with:
WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: "SNS aggregator response update failed"

0 comments on commit d601d47

Please sign in to comment.