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 83cff6d commit 2c6db85Copy full SHA for 2c6db85
.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@3bb878b6ab43ba8717918141cd07a0ea68cfe7ea
31
with:
32
role-to-assume: ${{ env.AWS_IAM_ROLE_ARN }}
33
aws-region: ${{ env.AWS_REGION }}
0 commit comments