Skip to content

Commit b70f29d

Browse files
committed
Bypasse perm issue.
1 parent e413b01 commit b70f29d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ jobs:
4545
run: |
4646
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' $GITHUB_WORKSPACE/backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
4747
echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}"
48-
- name: "Configure AWS Credentials"
49-
id: aws-creds
50-
uses: aws-actions/configure-aws-credentials@v4
51-
with:
52-
aws-region: us-east-1
53-
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
54-
role-duration-seconds: 7200
55-
output-credentials: true
5648
- name: Construct harware variables
5749
shell: bash
5850
run: |

0 commit comments

Comments
 (0)