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.
2 parents 811755c + 17d2b27 commit 4d9864eCopy full SHA for 4d9864e
.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@97834a484a5ab3c40fa9e2eb40fcf8041105a573
+ uses: aws-actions/configure-aws-credentials@b92d0d98bf51f5ecb0efd640be026492e58b5c36
31
with:
32
role-to-assume: ${{ env.AWS_IAM_ROLE_ARN }}
33
aws-region: ${{ env.AWS_REGION }}
0 commit comments