From 63b2c313a7f45f258409a19e6e44b5449bc836d8 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 10 Dec 2024 15:51:22 -0500 Subject: [PATCH] Drop token generation when authenticating to GCS --- .github/workflows/shippable_builds.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/shippable_builds.yml b/.github/workflows/shippable_builds.yml index 7609fa235c3..2213be36218 100644 --- a/.github/workflows/shippable_builds.yml +++ b/.github/workflows/shippable_builds.yml @@ -878,7 +878,6 @@ jobs: if: ${{ !inputs.skipFtp && contains(matrix.releaseTarget, 'ftp') && matrix.packageFormat == 'apk' }} uses: google-github-actions/auth@v2 with: - token_format: 'access_token' service_account: ${{ steps.ftp_destination.outputs.SERVICE_ACCOUNT }} workload_identity_provider: ${{ steps.ftp_destination.outputs.WORKLOAD_IDENTITY_PROVIDER }}