If you want to configure notifications in the Astro Discord server, follow these steps:
-
On the Astro Discord server, navigate to
Server settings > Integrations > Webhooks
and click New Webhook. -
Give it a name, icon, and a channel to post to.
-
Copy the webhook URL.
-
Open the secrets settings for this repository (requires admin privileges).
-
click on New repository secret.
-
Set the
Name
for the new secret toDISCORD_WEBHOOK_URL
. -
Paste the Discord webhook URL you copied into
Value
. -
Click Add secret.