diff --git a/.github/workflows/discord_notification.yml b/.github/workflows/discord_notification.yml index 9df5c4da..b233adfa 100644 --- a/.github/workflows/discord_notification.yml +++ b/.github/workflows/discord_notification.yml @@ -1,7 +1,7 @@ - name: Send Discord notification to Server 1 env: - DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }} - DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }} + DISCORD_WEBHOOK_ID: ${{ secrets.URC_WEBHOOK_ID }} + DISCORD_WEBHOOK_TOKEN: ${{ secrets.URC_WEBHOOK_TOKEN }} run: | - curl -v -X POST -H "Content-Type: application/json" -d "{\"content\": \"Static test message\"}" https://discord.com/api/webhooks/$DISCORD_WEBHOOK_ID/$DISCORD_WEBHOOK_TOKEN + curl -v -X POST -H "Content-Type: application/json" -d "{\"content\": \"Static test message\"}" https://discord.com/api/webhooks/$URC_WEBHOOK_ID/$URC_WEBHOOK_TOKEN