From d63f52ab9f81a7d70418a2822cf2fbe7bf1ef2ff Mon Sep 17 00:00:00 2001 From: Devis Battisti Date: Tue, 5 Nov 2024 09:41:15 +0100 Subject: [PATCH] remove AWS credentials Co-authored-by: christian-calabrese --- .github/actions/chatbot/action.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/chatbot/action.yaml b/.github/actions/chatbot/action.yaml index e62ebb0a2..476072638 100644 --- a/.github/actions/chatbot/action.yaml +++ b/.github/actions/chatbot/action.yaml @@ -36,11 +36,6 @@ runs: pytest tests/ coverage report - - name: Configure AWS Credentials - uses: ./.github/actions/configure-aws-credentials - with: - aws_region: ${{ inputs.aws_region }} - role_to_assume: ${{ inputs.iam_role }} - name: Create Vector Index shell: bash