Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: 0ssigeno <s.berni@certego.net>
  • Loading branch information
0ssigeno committed Oct 4, 2023
1 parent 597f616 commit 6c455a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/push_on_ecr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
with:
aws-region: ${{ inputs.aws_region}}
aws-access-key-id: ${{ inputs.aws_access_key }}
aws-secret-access-key: ${{ inputs.secrets_aws_access_key }}
aws-secret-access-key: ${{ inputs.aws_secret_access_key }}
role-to-assume: arn:aws:iam::${{inputs.aws_account_id}}:role/${{inputs.aws_role_to_assume}}

- name: Login to Amazon ECR Private
Expand Down
2 changes: 1 addition & 1 deletion actions/push_on_ecr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
with:
aws-region: ${{ inputs.aws_region}}
aws-access-key-id: ${{ inputs.aws_access_key }}
aws-secret-access-key: ${{ inputs.secrets_aws_access_key }}
aws-secret-access-key: ${{ inputs.aws_secret_access_key }}
role-to-assume: arn:aws:iam::${{inputs.aws_account_id}}:role/${{inputs.aws_role_to_assume}}

- name: Login to Amazon ECR Private
Expand Down

0 comments on commit 6c455a0

Please sign in to comment.