Skip to content

Commit

Permalink
Ci: Add password environment variables (#182)
Browse files Browse the repository at this point in the history
Add back environment variable for passwords.
  • Loading branch information
RemIsMyWaifuu authored Nov 14, 2024
1 parent dcaca18 commit 3f69489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,13 @@ jobs:
echo "KEYSTORE_FILE=$(readlink -f ~/.keystore/test-release.keystore)" >> $GITHUB_ENV
- name: Build APK Release with Custom Key
env:
KEYSTORE_PASSWORD: testpass
KEY_ALIAS: testalias
KEY_PASSWORD: testpass
run: |
echo "Keystore_file is: $KEYSTORE_FILE" && \
echo $(readlink -f ~/.keystore/test-release.keystore) &&
./gradlew clean assembleRelease --info
- name: Extract SHA-1 Fingerprint from Release Keystore
Expand Down

0 comments on commit 3f69489

Please sign in to comment.