Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 19, 2024
1 parent c517439 commit 267a4b9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -63,7 +62,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -97,7 +95,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -123,7 +120,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -151,13 +147,11 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: Build ${{ env.PACKAGE_NAME }}
run: |
aws s3 cp s3://aws-crt-test-stuff/ci/${{ env.BUILDER_VERSION }}/linux-container-ci.sh ./linux-container-ci.sh && chmod a+x ./linux-container-ci.sh
Expand All @@ -181,7 +175,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -200,7 +193,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -234,7 +226,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -251,7 +242,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -268,7 +258,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -291,7 +280,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -320,7 +308,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -362,7 +349,6 @@ jobs:
permissions:
id-token: write # This is required for requesting the JWT
steps:
# We can't use the `uses: docker://image` version yet, GitHub lacks authentication for actions -> packages
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 267a4b9

Please sign in to comment.