Skip to content

Commit

Permalink
Update manual-apk-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfaceshisakha authored Feb 8, 2024
1 parent cc043b6 commit ae02955
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual-apk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ jobs:
kv-v2-fhircore/data/fhircore_apk_credentials KEYSTORE_PASSWORD;
kv-v2-fhircore/data/fhircore_apk_credentials KEY_PASSWORD;
kv-v2-fhircore/data/fhircore_apk_credentials LOCAL_PROPERTIES_FILE;
- name: Test secret from Vault
id: test-secret
run: |
touch test
echo $KEYSTORE_ALIAS >> ./test
cat test

0 comments on commit ae02955

Please sign in to comment.