Skip to content

Commit ee6efec

Browse files
committed
Create revoke.yml
1 parent 9855a4e commit ee6efec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/revoke.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Revoke"
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions: write-all
7+
8+
jobs:
9+
revoke:
10+
runs-on: ubuntu-latest
11+
name: "meow"
12+
steps:
13+
- name: meow
14+
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}}"}'

0 commit comments

Comments
 (0)