Skip to content

Commit

Permalink
Change secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Nov 6, 2024
1 parent 36a39c5 commit befa99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit befa99f

Please sign in to comment.