We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9855a4e commit ee6efecCopy full SHA for ee6efec
.github/workflows/revoke.yml
@@ -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