Skip to content

Commit 7b2937b

Browse files
committed
misc: update README
1 parent 658514f commit 7b2937b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,20 @@ Please read our [contributing guide](CONTRIBUTING.md) for details on how to add
4040
4141
# reporting results
4242

43-
## Slack
43+
## Discord
4444

45-
Results are posted automatically to `#nx-ecosystem-ci` channel on [Nrwl Community slack](https://join.slack.com/t/nrwlcommunity/shared_invite/zt-1wbp4do0g-3czhwijFnRzsilGI7eJuag)
45+
Results are posted automatically to [`#ecosystem-ci`](https://discord.com/channels/1143497901675401286/1162366478952169533) channel on [Nx Community Discord](https://go.nx.dev/community).
4646

47-
### on your own Slack server
47+
### on your own server
4848

49-
- Follow the instructions [here](https://api.slack.com/messaging/webhooks) to create an incoming webhook for your Slack workspace
49+
- Go to `Server settings > Integrations > Webhooks` and click `New Webhook`
50+
- Give it a name, icon and a channel to post to
5051
- copy the webhook url
5152
- get in touch with admins of this repo so they can add the webhook
5253

53-
#### how to add a slack webhook here - in your fork/repo
54+
#### how to add a discord webhook here
5455

5556
- Go to `<github repo>/settings/secrets/actions` and click on `New repository secret`
56-
- set `Name` as `SLACK_WEBHOOK_URL`
57-
- paste the slack webhook url you copied from above into `Value`
57+
- set `Name` as `DISCORD_WEBHOOK_URL`
58+
- paste the discord webhook url you copied from above into `Value`
5859
- Click `Add secret`

0 commit comments

Comments
 (0)