We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9767cb commit a930abdCopy full SHA for a930abd
.github/workflows/gradle.yml
@@ -48,6 +48,13 @@ jobs:
48
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}" > ./credentials.json
49
shell: bash
50
51
+ - name: Set up environment
52
+ run: |
53
+ cd ./src/main/resources
54
+ echo "GOOGLE_APPLICATION_CREDENTIALS=./credentials.json" >> $GITHUB_ENV
55
+ env:
56
+ GOOGLE_APPLICATION_CREDENTIALS: ./credentials.json
57
+
58
- name: Grant execute permission for gradlew
59
run: chmod +x gradlew
60
0 commit comments