Skip to content

Commit e64b155

Browse files
updated masked password field
1 parent 332b33a commit e64b155

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ecr_sagemaker_publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444

4545
- name: Login to Amazon ECR
4646
id: login-ecr
47-
uses: aws-actions/amazon-ecr-login@v1
47+
uses: aws-actions/amazon-ecr-login@v2
48+
mask-password: 'true'
4849

4950
# - name: Build & Push ECR Image
5051
# uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)