We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57cefb commit 48a4284Copy full SHA for 48a4284
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
NUMBERS_BUBBLE_IFRAME_URL: ${{ secrets.NUMBERS_BUBBLE_IFRAME_URL }}
35
BUBBLE_API_URL: ${{ secrets.BUBBLE_API_URL }}
36
APPS_FLYER_DEV_KEY: ${{ secrets.APPS_FLYER_DEV_KEY }}
37
+ NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
38
run: npm run build
39
40
- name: Build Android
@@ -72,6 +73,7 @@ jobs:
72
73
74
75
76
77
78
79
- name: Import the Code-Signing PKCS12 Certificate
0 commit comments