Skip to content

Commit 65ef054

Browse files
Merge pull request #688 from aws-powertools/hjgraca-patch-e2e-3
chore: Update e2e-infra-deploy.yml
2 parents bbf8e42 + a928e0e commit 65ef054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-infra-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2525

2626
- name: Configure AWS credentials
27-
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
27+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
2828
with:
2929
role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }}
3030
aws-region: us-east-1
31+
mask-aws-account-id: true
3132

3233
- name: Set up .NET
3334
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3

0 commit comments

Comments
 (0)