Skip to content

Commit

Permalink
Merge pull request #889 from wazuh/enhancement/878-change-secret
Browse files Browse the repository at this point in the history
Change secret name
  • Loading branch information
teddytpc1 authored Nov 6, 2024
2 parents 36a39c5 + befa99f commit 6eb022c
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 6eb022c

Please sign in to comment.