We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6029f03 commit aec57c5Copy full SHA for aec57c5
.github/workflows/RunE2ERCNightlies.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Playwright Browsers
28
run: pnpm exec playwright install --with-deps chromium
29
- name: Setup AWS credentials
30
- uses: aws-actions/configure-aws-credentials@b92d0d98bf51f5ecb0efd640be026492e58b5c36
+ uses: aws-actions/configure-aws-credentials@a95656fcd9ec16a226c7099657b9fc91cc777601
31
with:
32
role-to-assume: ${{ env.AWS_IAM_ROLE_ARN }}
33
aws-region: ${{ env.AWS_REGION }}
0 commit comments