From 6bbc61efc5e1cde74006d4722c6405df31cb5096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:16:17 +0000 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 7ec02fd --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2448dd7c2..8def65e242 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up AWS CLI - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 + uses: aws-actions/configure-aws-credentials@7ec02fdd4f529d110f8ef3a54f0cc68775610e4f with: aws-access-key-id: ${{ secrets.RBE_ECR_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.RBE_ECR_AWS_SECRET_ACCESS_KEY }}