Skip to content

Commit 9e96dca

Browse files
authored
fix: remove call to google auth call [KHCP-17670] (#2364)
1 parent 637d4b6 commit 9e96dca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,6 @@ jobs:
227227
if: ${{ steps.changed_packages.outputs.filter != '' }}
228228
uses: Kong/github-action-dist-size-checker@main
229229

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-
239230
- name: Publish Previews
240231
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 != '' }}
241232

0 commit comments

Comments
 (0)