From befa99f56152b908ffab740f7be54c055fd5e777 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 6 Nov 2024 09:06:15 -0300 Subject: [PATCH] Change secret name --- .github/workflows/deployment-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deployment-test.yml b/.github/workflows/deployment-test.yml index ed04b65c..1a7b5cf3 100644 --- a/.github/workflows/deployment-test.yml +++ b/.github/workflows/deployment-test.yml @@ -2,6 +2,7 @@ run-name: Kubernetes deployment test - Branch ${{ inputs.BRANCH_VERSION }} - Lau name: Test Wazuh deployment on Kubernetes on: + pull_request: workflow_dispatch: inputs: BRANCH_VERSION: @@ -25,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