hotfix: disable uploads to dl.mcaptcha.org

This commit is contained in:
Aravinth Manivannan 2023-10-17 14:54:19 +05:30
parent 0355f303f0
commit 12d8947135
No known key found for this signature in database
GPG key ID: F8F50389936984FF

View file

@ -77,9 +77,10 @@ jobs:
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache' if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache'
run: make docker run: make docker
- name: publish bins # TODO: key expired, regenerate and re-enable
if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache' # - name: publish bins
run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD # if: (github.ref == 'refs/heads/master' || github.event_name == 'push') && github.repository == 'mCaptcha/cache'
env: # run: ./scripts/publish.sh publish master latest $DUMBSERVE_PASSWORD
DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }} # env:
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} # DUMBSERVE_PASSWORD: ${{ secrets.DUMBSERVE_PASSWORD }}
# GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}