Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haewonny authored Feb 11, 2024
1 parent a9767cb commit a930abd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}" > ./credentials.json
shell: bash

- name: Set up environment
run: |
cd ./src/main/resources
echo "GOOGLE_APPLICATION_CREDENTIALS=./credentials.json" >> $GITHUB_ENV
env:
GOOGLE_APPLICATION_CREDENTIALS: ./credentials.json

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

Expand Down

0 comments on commit a930abd

Please sign in to comment.