Skip to content

Commit 27387af

Browse files
committed
Update nightly-js-sdk.yaml
1 parent b545143 commit 27387af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
node-version: 20.x
3434
- name: Write Project Config
3535
env:
36-
PROJECT_CONFIG: ${{ vars.PROJECT }}
36+
PROJECT_CONFIG: ${{ secrets.PROJECT_CONFIG }}
3737
run: echo "export const firebaseConfig = $PROJECT_CONFIG;" > src/lib/app_tests/firebase.ts
38-
- name: Log
39-
run: cat src/lib/app_tests/firebase.ts
4038
- name: Yarn install
4139
run: yarn
4240
- name: Yarn build

0 commit comments

Comments
 (0)