Skip to content

Commit 0208df5

Browse files
committed
asd3
1 parent f1a0e36 commit 0208df5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: Set up .env
24+
env:
25+
QUESTION_FIREBASE_CREDENTIAL_PATH: ${{ vars.QUESTION_SERVICE_FIREBASE_CREDENTIAL_PATH }}
26+
JWT_SECRET: ${{ secrets.JWT_SECRET }}
2427
run: |
2528
cd ./apps/question-service
26-
cp .env.example .env
29+
30+
echo "FIREBASE_CREDENTIAL_PATH=$QUESTION_FIREBASE_CREDENTIAL_PATH" >> .env
31+
echo "JWT_SECRET=$JWT_SECRET" >> .env
2732
2833
- name: Set up credentials
2934
env:

0 commit comments

Comments
 (0)