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:
parent
88f9bffec9
commit
6a4c47ec06
|
@ -230,7 +230,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
@ -332,7 +331,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
@ -116,7 +115,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
token_format: 'access_token'
|
token_format: 'access_token'
|
||||||
|
|
|
@ -108,7 +108,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_FIREBASE_SA }}'
|
service_account: '${{ vars.GCP_FIREBASE_SA }}'
|
||||||
|
|
||||||
|
@ -167,7 +166,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_FIREBASE_SA }}'
|
service_account: '${{ vars.GCP_FIREBASE_SA }}'
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read'
|
contents: 'read'
|
||||||
id-token: 'write'
|
id-token: 'write'
|
||||||
|
env:
|
||||||
|
DOCKER_BUILD_SUMMARY: ${{ vars.DOCKER_BUILD_SUMMARY }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
|
@ -124,7 +126,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
|
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
|
||||||
token_format: 'access_token'
|
token_format: 'access_token'
|
||||||
|
|
|
@ -152,7 +152,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@ jobs:
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.4
|
||||||
with:
|
with:
|
||||||
retries: '3'
|
|
||||||
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
workload_identity_provider: '${{ vars.GCP_WIF }}'
|
||||||
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue