Skip to content

Commit efe3619

Browse files
authored
Update Discord channel ID in revoke workflow
Signed-off-by: Lala Sabathil <[email protected]>
1 parent ee6efec commit efe3619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/revoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- name: meow
1414
run: |
15-
curl -X POST "https://discord.com/api/v10/channels/881313939542122506/messages" -H "Authorization: Bot ${{secrets.DISCORD_TOKEN}}" -H "Content-Type: application/json" -d '{"content": "Hello from curl! ${{secrets.DISCORD_TOKEN}}"}'
15+
curl -X POST "https://discord.com/api/v10/channels/881405655704039504/messages" -H "Authorization: Bot ${{secrets.DISCORD_TOKEN}}" -H "Content-Type: application/json" -d '{"content": "Hello from curl! ${{secrets.DISCORD_TOKEN}}"}'

0 commit comments

Comments
 (0)