Skip to content

Commit 6eb022c

Browse files
authored
Merge pull request #889 from wazuh/enhancement/878-change-secret
Change secret name
2 parents 36a39c5 + befa99f commit 6eb022c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ run-name: Kubernetes deployment test - Branch ${{ inputs.BRANCH_VERSION }} - Lau
22
name: Test Wazuh deployment on Kubernetes
33

44
on:
5+
pull_request:
56
workflow_dispatch:
67
inputs:
78
BRANCH_VERSION:
@@ -25,7 +26,7 @@ jobs:
2526
- name: Configure aws credentials
2627
uses: aws-actions/configure-aws-credentials@v4
2728
with:
28-
role-to-assume: ${{ secrets.AWS_IAM_KUBERNETES_ROLE }}
29+
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
2930
aws-region: "${{ secrets.AWS_REGION }}"
3031

3132
- name: Install eksctl

0 commit comments

Comments
 (0)