Skip to content

Commit

Permalink
fix: Change the reference of the aws configure composite action
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Kargatzis <dkargatzis@gmail.com>
  • Loading branch information
dkargatzis committed Mar 8, 2024
1 parent 8e8e947 commit 8d4942c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Configure AWS
- name: Configure AWS
id: configure_aws
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/configure_aws/action.yaml@main
uses: warestack/platform/ci-cd-and-automation/github/composite-actions/configure-aws/action.yaml@main
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 8d4942c

Please sign in to comment.