Skip to content

Commit e5c1a50

Browse files
committed
Adding catalog-update.yml
1 parent d4923f3 commit e5c1a50

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/db-update-content.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
name: Database Update - Content
33
on:
44
workflow_call:
5+
secrets:
6+
DB_GCP_MOBILITY_FEEDS_SA_KEY:
7+
description: Service account key for the DB project (JSON)
8+
required: true
9+
GCP_MOBILITY_FEEDS_SA_KEY:
10+
description: Service account key for the general GCP project (JSON)
11+
required: true
12+
DB_USER_NAME:
13+
description: PostgreSQL user name
14+
required: true
15+
DB_USER_PASSWORD:
16+
description: PostgreSQL user password
17+
required: true
18+
OP_SERVICE_ACCOUNT_TOKEN:
19+
description: 1Password Service Account token
20+
required: true
21+
OP_FEEDS_SERVICE_ACCOUNT_TOKEN:
22+
description: 1Password token for feeds secret
23+
required: true
24+
POSTGRE_SQL_INSTANCE_NAME:
25+
description: PostgreSQL instance name
26+
required: true
527
inputs:
628
PROJECT_ID:
729
description: GCP Project ID

0 commit comments

Comments
 (0)