Skip to content

Commit 095cb2b

Browse files
committed
[FIX] CI 환경변수 설정
1 parent b47490d commit 095cb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
docker run -d --name test-container \
3535
-e FIREBASE_SERVICE_ACCOUNT_BASE64="${{ secrets.FIREBASE_SERVICE_ACCOUNT_BASE64 }}" \
36+
-e FIREBASE_SERVICE_ACCOUNT_PATH="/app/config/service-account-key.json" \
3637
${{ secrets.DOCKER_HUB_USERNAME }}/commit-api:latest \
3738
/bin/sh -c "mkdir -p /app/config && echo \$FIREBASE_SERVICE_ACCOUNT_BASE64 | base64 -d > /app/config/service-account-key.json && node src/index.js"
3839
sleep 5

0 commit comments

Comments
 (0)