File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
continue-on-error : true
71
71
env :
72
72
GOOGLE_SAMPLES_PROJECT : long-door-651
73
- GOOGLE_SERVICE_ACCOUNT : kokoro-system-test@long-door-651.iam.gserviceaccount.com
73
+ SERVICE_ACCOUNT : kokoro-system-test@long-door-651.iam.gserviceaccount.com
74
74
steps :
75
75
- name : Check queued
76
76
uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@9ee708234e240605d96e78f652c333ed6aa95a23 # v0.3.2
88
88
with :
89
89
project_id : ${{ env.GOOGLE_SAMPLES_PROJECT }}
90
90
workload_identity_provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
91
- service_account : ${{ env.GOOGLE_SERVICE_ACCOUNT }}
91
+ service_account : ${{ env.SERVICE_ACCOUNT }}
92
92
access_token_lifetime : 600s # 10 minutes
93
93
token_format : id_token
94
94
id_token_audience : https://action.test/ # service must have this custom audience
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
continue-on-error : true
115
115
env :
116
116
GOOGLE_SAMPLES_PROJECT : long-door-651
117
- GOOGLE_SERVICE_ACCOUNT : kokoro-system-test@long-door-651.iam.gserviceaccount.com
117
+ SERVICE_ACCOUNT : kokoro-system-test@long-door-651.iam.gserviceaccount.com
118
118
steps :
119
119
- name : Check queued
120
120
uses : GoogleCloudPlatform/cloud-samples-tools/actions/steps/create-check@9ee708234e240605d96e78f652c333ed6aa95a23 # v0.3.2
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
project_id : ${{ env.GOOGLE_SAMPLES_PROJECT }}
134
134
workload_identity_provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
135
- service_account : ${{ env.GOOGLE_SERVICE_ACCOUNT }}
135
+ service_account : ${{ env.SERVICE_ACCOUNT }}
136
136
access_token_lifetime : 600s # 10 minutes
137
137
token_format : id_token
138
138
id_token_audience : https://action.test/ # service must have this custom audience
You can’t perform that action at this time.
0 commit comments