mirror of
https://github.com/mCaptcha/cache.git
synced 2024-11-23 17:15:22 +03:00
hotfix: disable uploads to dl.mcaptcha.org
This commit is contained in:
parent
0355f303f0
commit
12d8947135
1 changed files with 7 additions and 6 deletions
13
.github/workflows/linux.yml
vendored
13
.github/workflows/linux.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue