diff --git a/.github/workflows/deployment-test.yml b/.github/workflows/deployment-test.yml index d76622f..1a7b5cf 100644 --- a/.github/workflows/deployment-test.yml +++ b/.github/workflows/deployment-test.yml @@ -26,7 +26,7 @@ jobs: - name: Configure aws credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: ${{ secrets.AWS_IAM_KUBERNETES_ROLE }} + role-to-assume: ${{ secrets.AWS_IAM_ROLE }} aws-region: "${{ secrets.AWS_REGION }}" - name: Install eksctl