Skip to content

Commit a75751a

Browse files
committed
start CD
1 parent 4db1b41 commit a75751a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: Deploy
33
on:
44
workflow_call:
55
secrets:
6-
project-id:
7-
description: GCP project ID
8-
required: true
96
workload-identity-provider:
107
description: GCP workload identity provider
118
required: true
9+
project-id:
10+
description: GCP project ID
11+
required: true
1212
google_client_id:
1313
description: client id for oidc
1414
required: true
1515
google_client_secret:
1616
description: GCP Client secret for OIDC
1717
required: true
1818

19-
19+
jobs:
2020
deploy:
2121
name: Deploy
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)