diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32cf2e8..659697b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 with: + role-to-assume: arn:aws:iam::110797354241:role/github-actions-role aws-region: us-east-3 aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}