Skip to content

Commit

Permalink
add(build-apks.yml): NUMBERS_PQINA_NPM_KEY env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sultanmyrza committed Oct 25, 2022
1 parent ad5a6a6 commit 18f0c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-apks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
NUMBERS_STORAGE_TRUSTED_CLIENT_KEY: ${{ secrets[matrix.storage_trusted_client_key] }}
NUMBERS_BUBBLE_DB_URL: ${{ secrets[matrix.bubble_db_url] }}
BUBBLE_API_URL: ${{ secrets.BUBBLE_API_URL }}
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
run: |
npm install -g @ionic/cli
npm install
Expand Down

0 comments on commit 18f0c35

Please sign in to comment.