Add BINTRAY secrets to env variables.

This commit is contained in:
Matthieu Gautier 2020-07-01 14:23:39 +02:00
parent 2ec9f10687
commit 907bd61f59
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ jobs:
kiwix-build/.github/scripts/build_release_nightly.py kiwix-build/.github/scripts/build_release_nightly.py
env: env:
PLATFORM_TARGET: ${{matrix.target}} PLATFORM_TARGET: ${{matrix.target}}
BINTRAY_USER: kiwix
BINTRAY_PASS: ${{secrets.bintray_pass}}
- name: Upload failure logs - name: Upload failure logs
if: failure() if: failure()
run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh run: $HOME/kiwix-build/.github/scripts/upload_failure_logs.sh