Skip to content

Commit 6e3dba6

Browse files
committed
fix(workflow): add FIREBASE_TEST_USER_LOCAL environment variable
Include the FIREBASE_TEST_USER_LOCAL environment variable in the GitHub Actions workflow. This change ensures that the local test user configuration is accounted for during the build process, enhancing the flexibility of our CI/CD pipeline.
1 parent 5c3498a commit 6e3dba6

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)