From 4b189519e5ab83ebb341b0bdf8be1ef7cfe2e4cd Mon Sep 17 00:00:00 2001 From: k000927 Date: Fri, 26 Jul 2024 12:33:14 +0900 Subject: [PATCH] test: actions test --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index a2b30e09..5158cc1f 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -17,7 +17,7 @@ jobs: # - name: Build # run: npm run build - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}