Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 authored Jul 14, 2024
1 parent 5223e64 commit 02e8e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
cd ./dplanner/src/main/resources
touch ./dplanner-firebase-adminsdk.json
echo "${{secrets.FIREBASE}}" > ./dplanner-firebase-adminsdk.json
cd ./dplanner/src/test/resources
touch ./dplanner-firebase-adminsdk.json
echo "${{secrets.FIREBASE}}" > ./dplanner-firebase-adminsdk.json
shell: bash

- name: Substitute environment variables PROD
Expand Down

0 comments on commit 02e8e49

Please sign in to comment.