Skip to content

Commit

Permalink
Chore : 로그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jun 1, 2024
1 parent 19eef5a commit 575102e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: create firebase key
run: |
cd ./src/main/resources
ls -a .
touch ./firebase-service-key.json
echo "${{ secrets.FIREBASE_KEY }}" > ./firebase-service-key.json
ls -a .
cat firebase-service-key.json
cd .
ls -al
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit 575102e

Please sign in to comment.