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 aeba97c commit 390f89dCopy full SHA for 390f89d
.github/workflows/deploy-catalog-gcp.yml
@@ -79,8 +79,8 @@ jobs:
79
- name: Authenticate to Google Cloud
80
uses: google-github-actions/auth@v2
81
with:
82
- workload_identity_provider: 'projects/736624225747/locations/global/workloadIdentityPools/github-actions-pool/providers/github-provider'
83
- service_account: '[email protected]'
+ workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
+ service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
84
85
- name: Set up Cloud SDK
86
uses: google-github-actions/setup-gcloud@v2
0 commit comments