Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 762 Bytes

slack-webhook-integration.md

File metadata and controls

18 lines (15 loc) · 762 Bytes

Step 1: Create a Webhook in Slack

  • Documentation to create a webhook can be found in the technical guidance repo. technical-guidance/source/infrastructure/monitoring/slack/index.html.md.erb

Step 2: Create a Repository Secret in GitHub

  • Navigate to your GitHub repository.
  • Click on the Settings tab.
  • On the left sidebar, click on Secrets.
  • Click on New repository secret.
  • For the Name, you might name it SLACK_WEBHOOK.
  • For the Value, paste the Webhook URL from Slack.
  • Click on Add secret.

Step3: Secret Renewal