Skip to content

Commit

Permalink
Feat: fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
versatile0010 committed Jan 8, 2024
1 parent 4d393ea commit 4b19f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jib-build-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: 🐧 create service-account.json
run: |
cd ./daepiro-api/src/main/resources
touch ./daepiro-api/service-account.json
touch ./service-account.json
echo "${{ secrets.FCM }}" | base64 --decode > ./service-account.json
ls -la
shell: bash
Expand Down

0 comments on commit 4b19f0d

Please sign in to comment.