Skip to content

Commit

Permalink
[BE] refactor: test용 출력 추가 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <[email protected]>
  • Loading branch information
bianbbc87 committed Feb 9, 2025
1 parent 1ab4d67 commit 7cc2212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/ecr-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ runs:
echo "Build & Push completed!"
- name: Debug AWS Credentials
shell: bash
run: aws sts get-caller-identity

- name: Manually Set AWS Credentials
shell: bash
run: |
export AWS_ACCESS_KEY_ID=${{ inputs.aws_access_key_id }}
export AWS_SECRET_ACCESS_KEY=${{ inputs.aws_secret_access_key }}
Expand Down

0 comments on commit 7cc2212

Please sign in to comment.