Skip to content

Commit 5fac6c3

Browse files
Update google-cloudrun-docker.yml
1 parent d1eb845 commit 5fac6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/google-cloudrun-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: auth
2222
uses: google-github-actions/auth@v2
2323
with:
24-
project_id: "angularblogcloud-455518"
25-
workload_identity_provider: "projects/863451014992/locations/global/workloadIdentityPools/github/providers/my-repo"
24+
credentials_json: '${{ secrets.GCP_SA_KEY }}'
25+
project_id: ${{ env.PROJECT_ID }}
2626

2727
# 3) Install & configure gcloud CLI
2828
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)