Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
soulsyrup committed Nov 17, 2023
1 parent afced38 commit ec6ba9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/discord_notification.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ec6ba9e

Please sign in to comment.