Skip to content

Commit

Permalink
Remove Slack notification on failed link check
Browse files Browse the repository at this point in the history
We're going to use a Bennett Bot regular reminder and display the
existing workflow status in the tech support Slack channel.

The token is used elsewhere in other repositories, so we don't need to
remove this from secrets just yet.
  • Loading branch information
StevenMaude committed Oct 16, 2024
1 parent d7994b6 commit 470beed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,3 @@ jobs:
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: "Notify Slack on Failure"
if: ${{ failure() && github.event_name == 'schedule' }}
uses: zuplo/github-action-slack-notify-build@cf8e7e66a21d76a8125ea9648979c30920195552 # v2
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
channel_id: C0270Q313H7
status: "Check Docs Links Failure"
color: danger

0 comments on commit 470beed

Please sign in to comment.