File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -227,15 +227,6 @@ jobs:
227
227
if : ${{ steps.changed_packages.outputs.filter != '' }}
228
228
uses : Kong/github-action-dist-size-checker@main
229
229
230
- - name : ' Authenticate to Google Cloud'
231
- if : ${{ github.event_name == 'pull_request' && steps.changed_packages.outputs.filter != '' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package')) && env.GH_TOKEN != '' }}
232
- id : ' auth'
233
- uses : ' google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f' # v2
234
- with :
235
- project_id : ' 22045766606'
236
- workload_identity_provider : ' projects/22045766606/locations/global/workloadIdentityPools/github/providers/github'
237
-
238
-
239
230
- name : Publish Previews
240
231
if : ${{ github.event_name == 'pull_request' && steps.changed_packages.outputs.filter != '' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package')) && env.GH_TOKEN != '' }}
241
232
You can’t perform that action at this time.
0 commit comments