Skip to content

Commit 59ae29a

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

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 GET "https://discord.com/api/v10/users/@me" -H "Content-Type: application/json" -H "Authorization: Bot ${{secrets.DISCORD_TOKEN}}"

0 commit comments

Comments
 (0)