From 4833ee16a46a50dccb5f555eabe75ac78d799d7d Mon Sep 17 00:00:00 2001 From: fbdtemme Date: Wed, 13 Sep 2023 18:04:59 +0200 Subject: [PATCH] ci: set mask-password option for aws-actions/amazon-ecr-login --- .github/workflows/integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index aa78756d..e68deff4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -70,6 +70,8 @@ jobs: - name: Login to Amazon ECR id: login-ecr uses: aws-actions/amazon-ecr-login@v1 + with: + mask-password: 'false' test: runs-on: [ "self-hosted", "linux", "x64", "ubuntu-latest" ]