diff --git a/.github/workflows/deploy-api.yaml b/.github/workflows/deploy-api.yaml index a78d4b130b..549ef1c0e6 100644 --- a/.github/workflows/deploy-api.yaml +++ b/.github/workflows/deploy-api.yaml @@ -23,9 +23,8 @@ jobs: steps: - name: configure aws credentials id: aws-credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v1 with: - role-session-name: github-workflow-immutable-prod-admin role-to-assume: ${{ secrets.AWS_IMMUTABLE_PROD_ADMIN_ROLE }} aws-region: ${{ env.AWS_REGION }}