Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakinRogel committed Apr 7, 2024
1 parent a3d930c commit 428e4bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
with:
java-version: '11'

- name: Print Google Application Credentials
run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}"

- name: Set Google Application Credentials
run: |
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" | base64 -d > /tmp/key.json
export GOOGLE_APPLICATION_CREDENTIALS=/tmp/key.json
export GOOGLE_APPLICATION_CREDENTIALS="${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}"
- name: Deploy to Google Cloud
run: |
Expand Down

0 comments on commit 428e4bd

Please sign in to comment.