diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aff992f2..e15fd5ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -423,7 +423,7 @@ jobs: name: website path: website/build - - name: Configure AWS credentials from Test account + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }} diff --git a/.github/workflows/website-publish.yml b/.github/workflows/website-publish.yml index f3c27bee0..6a8b7f285 100644 --- a/.github/workflows/website-publish.yml +++ b/.github/workflows/website-publish.yml @@ -102,7 +102,7 @@ jobs: name: website path: website/build - - name: Configure AWS credentials from Test account + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.AWS_IAM_ROLE }}