Skip to content

Commit

Permalink
fix: added mask password to keep aws credentials secure
Browse files Browse the repository at this point in the history
  • Loading branch information
rodobarcaaa committed Oct 24, 2023
1 parent cacd3a1 commit 5a654f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:

- name: Login to Amazon ECR
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: true

- name: Docker Deploy
run: sbt -Drepository=${{ vars.AWS_ECR }} -Denvironment=${{github.event.client_payload.environment}} docker:publish
Expand Down

0 comments on commit 5a654f3

Please sign in to comment.