Generating a FHIR Core Release APK 🚀 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Manual APK Release | |
run-name: Generating a FHIR Core Release APK 🚀 | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: read | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Import Secrets from Vault | |
id: import-secrets | |
uses: hashicorp/[email protected] | |
with: | |
url: https://vault.onalabs.org | |
token: ${{ secrets.VAULT_TOKEN }} | |
# 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}' | |