Skip to content

Commit

Permalink
Fix env variable assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Dec 19, 2024
1 parent 3e3b82d commit 97636e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_includes/prereqs/event-hook/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ To create an event hook that pushes information to Slack you will need to config
1. Create an application in [Slack](https://api.slack.com/apps?new_app=1)
2. From the application select **Incoming Webhooks** and activate incoming webhooks.
3. Copy the **Webhook URL** from the Slack application dashboard and set it as an environment variable:
`export SLACK_WEBHOOK_URL= <webhook-url>`
`export SLACK_WEBHOOK_URL=<webhook-url>`
4. In Slack, add your application to a channel.

0 comments on commit 97636e7

Please sign in to comment.