Skip to content

Commit c782f98

Browse files
committed
Update nightly-js-sdk.yaml
1 parent a016f89 commit c782f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 20.x
3434
- name: Write Project Config
3535
env:
36-
PROJECT_CONFIG: ${{ secrets.TEST_PROJECT_CONFIG }}
36+
PROJECT_CONFIG: ${{ secrets.PROJECT_CONFIG }}
3737
run: echo "export const firebaseConfig = $PROJECT_CONFIG;" > src/lib/app_tests/firebase.ts
3838
- name: Yarn install
3939
run: yarn

0 commit comments

Comments
 (0)