Skip to content

Commit

Permalink
Add secret for aws region (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored Apr 24, 2024
1 parent 6bca359 commit d3c021d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ jobs:
-p ${{env.PACKAGE_NAME}}
- name: Set up AWS CLI
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY }}
aws-region: us-east-1
aws-region: ${{ secrets.CI_AWS_REGION }}

- name: Upload package
run: |
Expand Down

0 comments on commit d3c021d

Please sign in to comment.