Skip to content

Commit

Permalink
chore: mask password for aws-actions/configure-aws-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Aug 23, 2023
1 parent a4ac9d6 commit 6c07a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: 'true'

- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c07a7f

Please sign in to comment.