We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed2a5b commit 79a0240Copy full SHA for 79a0240
.github/workflows/load-library-metadata.yml
@@ -26,7 +26,8 @@ jobs:
26
with:
27
python-version: "3.11"
28
29
- - name: Create GCP credentials file
+ # use a specific service account for sync script
30
+ - name: Create GCP credentials file (for sync script)
31
run: |
32
echo '${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}' > bin/library/gcp-key.json
33
@@ -41,7 +42,8 @@ jobs:
41
42
- name: Cleanup credentials
43
run: rm bin/library/gcp-key.json
44
- - name: Authenticate to Google Cloud
45
+ # Use a different service account with permissions to restart builder-api
46
+ - name: Authenticate to Google Cloud (for restarting builder-api)
47
uses: google-github-actions/auth@v2
48
49
workload_identity_provider: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
0 commit comments