Skip to content

Commit

Permalink
feat: google application credentials 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Haewonny authored Feb 11, 2024
1 parent 3b07f4b commit 076fcbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ jobs:
cd ./src/main/resources
touch ./keystore.p12
echo "${{ secrets.KEYSTORE }}" | base64 -d > ./keystore.p12
shell: bash

- name: google application credentials
run: |
cd ./src/main/resources
touch ./credentials.json
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}" > ./credentials.json
shell: bash

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 076fcbc

Please sign in to comment.