Skip to content

Commit ad5a6a6

Browse files
committed
add env var to "Generate .npmrc for pintura package" step
1 parent 48a4284 commit ad5a6a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: npm install -g @ionic/cli
2222

2323
- name: Generate .npmrc for pintura package
24+
env:
25+
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
2426
run: npm run preconfig.npmrc
2527

2628
- name: Install dependencies
@@ -60,6 +62,8 @@ jobs:
6062
run: npm install -g @ionic/cli
6163

6264
- name: Generate .npmrc for pintura package
65+
env:
66+
NUMBERS_PQINA_NPM_KEY: ${{ secrets.NUMBERS_PQINA_NPM_KEY }}
6367
run: npm run preconfig.npmrc
6468

6569
- name: Install dependencies

0 commit comments

Comments
 (0)