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 ebe548d commit 992bd82Copy full SHA for 992bd82
.github/workflows/create-user-db.yml
@@ -0,0 +1,13 @@
1
+jobs:
2
+ job_id:
3
+ steps:
4
+ - id: 'auth'
5
+ uses: 'google-github-actions/auth@v2'
6
+ with:
7
+ credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
8
+ - id: 'Set up Cloud SDK'
9
+ uses: 'google-github-actions/setup-gcloud@v2'
10
+ - name: 'Use gcloud CLI'
11
+ run: 'gcloud info'
12
+ - name: 'Use gcloud CLI to create DB'
13
+ run: 'gcloud sql databases create TEST-DB23 --instance=idp-postgres-db --project=code-idp'
0 commit comments