Skip to content

Commit aab733d

Browse files
authored
Merge pull request #16 from Alpha018/fix/problem-decorator
fix(workflow): add FIREBASE_TEST_USER_LOCAL environment variable
2 parents 5c3498a + 6e3dba6 commit aab733d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: [ 20.x, 22.x ]
1414
env:
1515
FIREBASE_TEST_USER: ${{ secrets.FIREBASE_TEST_USER }}
16+
FIREBASE_TEST_USER_LOCAL: ${{ secrets.FIREBASE_TEST_USER_LOCAL }}
1617
FIREBASE_SERVICE_ACCOUNT_BASE64: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE64 }}
1718
FIREBASE_CLIENT_BASE64: ${{ secrets.FIREBASE_CLIENT_BASE64 }}
1819

0 commit comments

Comments
 (0)