File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,16 @@ name: Cloud Run Continuous Deployment
44
55on :
66 push :
7- # TODO: change 'none' to 'main' to enable the workflow to run
8- branches : ' none'
7+ branches : ' main'
98 release :
109 types : [published]
1110
1211env :
13- PROJECT_ID : ' ' # TODO: update to your Google Cloud project ID
14- SERVICE_NAME : ' ' # TODO: update to your service name (name of your team's webapp!)
12+ PROJECT_ID : ' diegoperez16techx25 '
13+ SERVICE_NAME : ' ise-genai-d5 '
1514 SERVICE_REGION : ' us-central1'
16- SERVICE_ACCOUNT : ' ' # TODO: update to your Cloud service account
17- WORKLOAD_IDENTITY_PROVIDER : ' ' # TODO: update to your workload identity provider
15+ SERVICE_ACCOUNT : ' 1085648047398-compute@developer.gserviceaccount.com '
16+ WORKLOAD_IDENTITY_PROVIDER : ' projects/1085648047398/locations/global/workloadIdentityPools/github/providers/project-repo '
1817
1918jobs :
2019 py-checks :
You can’t perform that action at this time.
0 commit comments