Skip to content

Commit 18f0c35

Browse files
committed
add(build-apks.yml): NUMBERS_PQINA_NPM_KEY env var
1 parent ad5a6a6 commit 18f0c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-apks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
NUMBERS_STORAGE_TRUSTED_CLIENT_KEY: ${{ secrets[matrix.storage_trusted_client_key] }}
5656
NUMBERS_BUBBLE_DB_URL: ${{ secrets[matrix.bubble_db_url] }}
5757
BUBBLE_API_URL: ${{ secrets.BUBBLE_API_URL }}
58+
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
5859
run: |
5960
npm install -g @ionic/cli
6061
npm install

0 commit comments

Comments
 (0)