Skip to content

Commit b721e44

Browse files
committed
remove some comments
1 parent 121bdd5 commit b721e44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/dotnet-eks-windows-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ jobs:
104104
uses: aws-actions/aws-secretsmanager-get-secrets@v1
105105
with:
106106
secret-ids: |
107-
# ACCOUNT_ID, region-account/${{ env.E2E_TEST_AWS_REGION }}
108107
DOTNET_MAIN_SAMPLE_APP_IMAGE, e2e-test/dotnet-main-sample-app-image
109108
DOTNET_REMOTE_SAMPLE_APP_IMAGE, e2e-test/dotnet-remote-sample-app-image
110109
@@ -113,7 +112,6 @@ jobs:
113112
- name: Configure AWS Credentials
114113
uses: aws-actions/configure-aws-credentials@v4
115114
with:
116-
# role-to-assume: arn:aws:iam::${{ env.ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
117115
role-to-assume: arn:aws:iam::${{ env.E2E_TEST_ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
118116
aws-region: ${{ env.E2E_TEST_AWS_REGION }}
119117

0 commit comments

Comments
 (0)