File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1129,8 +1129,8 @@ jobs:
1129
1129
id : gcloud_auth
1130
1130
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
1131
1131
with :
1132
- workload_identity_provider : ${{ secrets .GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
1133
- service_account : ${{ secrets .GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
1132
+ workload_identity_provider : ${{ vars .GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
1133
+ service_account : ${{ vars .GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
1134
1134
token_format : " access_token"
1135
1135
1136
1136
- name : Setup GCloud SDK
@@ -1433,8 +1433,8 @@ jobs:
1433
1433
- name : Authenticate to Google Cloud
1434
1434
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
1435
1435
with :
1436
- workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
1437
- service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
1436
+ workload_identity_provider : ${{ vars.GCP_WORKLOAD_ID_PROVIDER }}
1437
+ service_account : ${{ vars.GCP_SERVICE_ACCOUNT }}
1438
1438
1439
1439
- name : Set up Google Cloud SDK
1440
1440
uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ jobs:
131
131
- name : Authenticate to Google Cloud
132
132
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
133
133
with :
134
- workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
135
- service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
134
+ workload_identity_provider : ${{ vars.WORKLOAD_ID_PROVIDER }}
135
+ service_account : ${{ vars.GCP_SERVICE_ACCOUNT }}
136
136
137
137
- name : Terraform init and validate
138
138
run : |
Original file line number Diff line number Diff line change @@ -288,8 +288,8 @@ jobs:
288
288
id : gcloud_auth
289
289
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
290
290
with :
291
- workload_identity_provider : ${{ secrets .GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
292
- service_account : ${{ secrets .GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
291
+ workload_identity_provider : ${{ vars .GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }}
292
+ service_account : ${{ vars .GCP_CODE_SIGNING_SERVICE_ACCOUNT }}
293
293
token_format : " access_token"
294
294
295
295
- name : Setup GCloud SDK
@@ -699,8 +699,8 @@ jobs:
699
699
- name : Authenticate to Google Cloud
700
700
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
701
701
with :
702
- workload_identity_provider : ${{ secrets .GCP_WORKLOAD_ID_PROVIDER }}
703
- service_account : ${{ secrets .GCP_SERVICE_ACCOUNT }}
702
+ workload_identity_provider : ${{ vars .GCP_WORKLOAD_ID_PROVIDER }}
703
+ service_account : ${{ vars .GCP_SERVICE_ACCOUNT }}
704
704
705
705
- name : Setup GCloud SDK
706
706
uses : google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # 2.2.0
You can’t perform that action at this time.
0 commit comments