Skip to content

Commit

Permalink
Drop token generation when authenticating to GCS
Browse files Browse the repository at this point in the history
  • Loading branch information
coreycb committed Dec 10, 2024
1 parent b58e604 commit 63b2c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/shippable_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 63b2c31

Please sign in to comment.