Skip to content

Commit

Permalink
configurate, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanko1 committed Dec 4, 2023
1 parent ba02faf commit e7521a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/promote_docker_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
runs:
using: "composite"
steps:
- name: configurate_source_account_aws_credentials
- name: configure_source_account_aws_credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ inputs.source_account_id }}:role/github-main-role
Expand All @@ -49,7 +49,7 @@ runs:
image_names: ${{ inputs.image_name }}
project_name: ${{ inputs.project_name }}
target_environment: ${{ inputs.target_environment }}
- name: configurate_target_account_aws_credentials
- name: configure_target_account_aws_credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ inputs.target_account_id }}:role/github-main-role
Expand Down

0 comments on commit e7521a0

Please sign in to comment.