Skip to content

Commit

Permalink
Update create-user-db.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BMG93 authored Apr 16, 2024
1 parent e65b4a7 commit d843073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-user-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- id: 'auth'
- name: 'auth'
name: 'auth'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- id: 'Set up Cloud SDK'
- name: 'Set up Cloud SDK'
name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
- name: 'Use gcloud CLI'
run: 'gcloud info'

0 comments on commit d843073

Please sign in to comment.