From 956cf8b7c40803069dfda2dd46a336aaf700f885 Mon Sep 17 00:00:00 2001 From: CodeBuild Integration Test Date: Sun, 2 Feb 2020 17:23:39 +0000 Subject: [PATCH] Test commit 77f2df7a41882637145683bb1acf60bb04fddc24 --- .github/workflows/test-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 4b7745b..4271fd3 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@$ACTION_GIT_COMMIT_ID + uses: aws-actions/configure-aws-credentials@77f2df7a41882637145683bb1acf60bb04fddc24 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}