Skip to content

Commit

Permalink
Try to fix GCP authentication for deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Feb 20, 2023
1 parent 3d974a9 commit 2eee01a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,14 @@ jobs:
env_variables.GITLAB_CLIENT_SECRET: ${{ secrets.GITLAB_CLIENT_SECRET }}
env_variables.GITLAB_REDIRECT_URI: ${{ secrets.GITLAB_REDIRECT_URI }}

# Setup gcloud CLI
- name: Set up Cloud SDK
# Setup Google Cloud
- id: Authenticate to Google Cloud
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
version: '418.0.0'
Expand Down

0 comments on commit 2eee01a

Please sign in to comment.