File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 with :
114114 token_format : access_token
115115 workload_identity_provider : ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER_ID }}
116- service_account : ${{ vars.GCP_SERVICE_ACCOUNT }}
116+ service_account : ${{ vars.GCP_PUBLISH_SERVICE_ACCOUNT }}
117117 access_token_lifetime : 300s
118118
119119 - name : Log in to the GCP Registry
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 optout_branch : ${{ fromJson(inputs.branch).optout }}
133133 admin_branch : ${{ fromJson(inputs.branch).admin }}
134134 gcp_workload_identity_provider_id : ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER_ID }}
135- gcp_service_account : ${{ vars.GCP_SERVICE_ACCOUNT }}
135+ gcp_service_account : ${{ vars.GCP_E2E_SERVICE_ACCOUNT }}
136136 gcp_project : ${{ vars.GCP_PROJECT }}
137137 aws_region : ${{ fromJson(inputs.aws).region }}
138138 aws_ami : ${{ fromJson(inputs.aws).ami }}
You can’t perform that action at this time.
0 commit comments