Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
JingyaHuang committed Oct 17, 2023
1 parent dd7367e commit 84dce7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_onnxruntime_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.OPTIMUM_OIDC_IAM_ROLE }}
role-to-assume: arn:aws:iam::754289655784:role/optimum-oidc-github-actions-role
aws-region: ${{ env.AWS_REGION }}
- name: Start EC2 runner
id: start-ec2-runner
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.OPTIMUM_OIDC_IAM_ROLE }}
role-to-assume: arn:aws:iam::754289655784:role/optimum-oidc-github-actions-role
aws-region: ${{ env.AWS_REGION }}
- name: Stop EC2 runner
uses: philschmid/philschmid-ec2-github-runner@main
Expand Down

0 comments on commit 84dce7b

Please sign in to comment.