Skip to content

Commit

Permalink
fix: add firebase key from github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 23, 2023
1 parent 4a60727 commit 8d69090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/springboot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Add test account key from secrets
run: |
echo ${{ secrets.FIREBASE_TEST_ACCOUNT_KEY }} > \
./src/test/kotlin/com/goliath/emojihub/springboot/TestServiceAccountKey.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 8d69090

Please sign in to comment.