We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eb845 commit 5fac6c3Copy full SHA for 5fac6c3
.github/workflows/google-cloudrun-docker.yml
@@ -21,8 +21,8 @@ jobs:
21
id: auth
22
uses: google-github-actions/auth@v2
23
with:
24
- project_id: "angularblogcloud-455518"
25
- workload_identity_provider: "projects/863451014992/locations/global/workloadIdentityPools/github/providers/my-repo"
+ credentials_json: '${{ secrets.GCP_SA_KEY }}'
+ project_id: ${{ env.PROJECT_ID }}
26
27
# 3) Install & configure gcloud CLI
28
- name: Set up Cloud SDK
0 commit comments