Skip to content

Commit

Permalink
Add readme note for slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Jan 5, 2024
1 parent c6e5d09 commit 033c5ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ module load anaconda3/2022.10
conda activate ecpac
pip uninstall -y ecpac && sleep 2 && pip install git+https://github.com/cmi-dair/ecpac.git
```

## Slack notifications

To enable Slack notifications, create a Slack app and create a webhook URL. Then, set the following environment variable:

```sh
SLACK_WEBHOOK_URL=...
```

0 comments on commit 033c5ac

Please sign in to comment.