chore(actions): remove warnings related to gcp and docker steps (#8750)

Co-authored-by: Pili Guerra <mpguerra@users.noreply.github.com>
This commit is contained in:
Gustavo Valverde 2024-08-12 14:21:53 +01:00 committed by GitHub
parent 88f9bffec9
commit 6a4c47ec06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 2 additions and 10 deletions

View File

@ -230,7 +230,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -332,7 +331,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -48,7 +48,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
@ -116,7 +115,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
token_format: 'access_token'

View File

@ -108,7 +108,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}'
@ -167,7 +166,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_FIREBASE_SA }}'

View File

@ -54,7 +54,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -75,6 +75,8 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
env:
DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }}
steps:
- uses: actions/checkout@v4.1.7
with:
@ -124,7 +126,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
token_format: 'access_token'

View File

@ -152,7 +152,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

View File

@ -47,7 +47,6 @@ jobs:
id: auth
uses: google-github-actions/auth@v2.1.4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'