Skip to content

Commit 0b098d0

Browse files
committed
Enable GitHub Actions
1 parent 2d0b9b7 commit 0b098d0

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/cloud-run.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ name: Cloud Run Continuous Deployment
44

55
on:
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

1211
env:
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

1918
jobs:
2019
py-checks:

0 commit comments

Comments
 (0)