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 3e0670f commit 9f808d7Copy full SHA for 9f808d7
.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@151e7fee89c6dab20b1011b7ddd16e0b05b4283d
31
with:
32
role-to-assume: ${{ env.AWS_IAM_ROLE_ARN }}
33
aws-region: ${{ env.AWS_REGION }}
0 commit comments