From 12d89471357ac677b1c1ef381008f6cec7143369 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 17 Oct 2023 14:54:19 +0530 Subject: [PATCH] hotfix: disable uploads to dl.mcaptcha.org --- .github/workflows/linux.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 79057ac..3eaa253 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -77,9 +77,10 @@ jobs: if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache' run: make docker - - name: publish bins - if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache' - run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD - env: - DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} - GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} + # TODO: key expired, regenerate and re-enable + # - name: publish bins + # if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache' + # run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD + # env: + # DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} + # GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}