We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bbbcd commit 0a6cde8Copy full SHA for 0a6cde8
1 file changed
.github/workflows/deploy.yml
@@ -98,6 +98,12 @@ on:
98
DB_NAME:
99
description: "Database Name for fetching test data"
100
required: false
101
+ GCP_DB_CREDS:
102
+ description: "The JSON API Key for database testing"
103
+ required: false
104
+ GCP_PROJECT_ID:
105
+ description: "The Project ID for database testing"
106
107
108
jobs:
109
setup:
@@ -213,6 +219,8 @@ jobs:
213
219
DB_HOST: ${{ secrets.DB_HOST }}
214
220
DB_PORT: ${{ secrets.DB_PORT }}
215
221
DB_NAME: ${{ secrets.DB_NAME }}
222
+ GCP_SERVICE_ACCOUNT_KEY: {{$ secrets.GCP_DB_CREDS }}
223
+ GCP_PROJECT_ID: {{$ secrets.GCP_DB_PROJECT_ID }}
216
224
217
225
218
226
deploy-production:
0 commit comments