mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 15:25:23 -06:00
Merge pull request #889 from wazuh/enhancement/878-change-secret
Change secret name
This commit is contained in:
commit
6eb022cd12
3
.github/workflows/deployment-test.yml
vendored
3
.github/workflows/deployment-test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user