You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,20 @@ Please read our [contributing guide](CONTRIBUTING.md) for details on how to add
40
40
41
41
# reporting results
42
42
43
-
## Slack
43
+
## Discord
44
44
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).
46
46
47
-
### on your own Slack server
47
+
### on your own server
48
48
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
50
51
- copy the webhook url
51
52
- get in touch with admins of this repo so they can add the webhook
52
53
53
-
#### how to add a slack webhook here - in your fork/repo
54
+
#### how to add a discord webhook here
54
55
55
56
- 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`
0 commit comments