diff --git a/.github/workflows/deploy-api.yaml b/.github/workflows/deploy-api.yaml index 45a455ebe1..3c6f2b9a1c 100644 --- a/.github/workflows/deploy-api.yaml +++ b/.github/workflows/deploy-api.yaml @@ -25,7 +25,7 @@ jobs: id: aws-credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} + role-to-assume: ${{ secrets.AWS_IMMUTABLE_NONPROD_DOCKER_ROLE }} aws-region: ${{ env.AWS_REGION }} - name: Checkout code