Skip to content

Commit

Permalink
Update manual-apk-release.yml
Browse files Browse the repository at this point in the history
Add fhircore APK creds from Vault
  • Loading branch information
bonfaceshisakha authored Feb 8, 2024
1 parent cfcd199 commit cc043b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/manual-apk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
# caCertificate: ${{ secrets.VAULT_CA_CERT }}
tlsSkipVerify: true
secrets: |
kv-v2-fhircore/data/opensrp-security-focus MY_LITTLE_SECRET | SECRET_TEST ;
run: echo "${{ steps.import-secrets.outputs.SECRET_TEST }}" && echo "${{ env.SECRET_TEST }} && echo "${{ env.SECRET_TEST }}" | awk '{print length}'
kv-v2-fhircore/data/fhircore_apk_credentials KEYSTORE_ALIAS;
kv-v2-fhircore/data/fhircore_apk_credentials KEYSTORE_FILE;
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;

0 comments on commit cc043b6

Please sign in to comment.