We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc00105 commit a200ba1Copy full SHA for a200ba1
.github/workflows/ci.yml
@@ -21,12 +21,14 @@ jobs:
21
fetch-depth: 0
22
23
- name: Authenticate to Google Cloud
24
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
25
uses: google-github-actions/auth@v1
26
with:
27
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
28
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}
29
30
- name: Set up gcloud (for KMS client lib to auth)
31
32
uses: google-github-actions/setup-gcloud@v1
33
34
project_id: courtyard-frontend
0 commit comments