diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 91b9ac0e..2455da2c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -36,6 +36,8 @@ jobs: with: aws-region: "us-east-1" role-to-assume: "arn:aws:iam::607346494281:role/ci-service-access-ServiceRole-1T4E6LVQRIRIV" + role-session-name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} + role-duration-seconds: 1200 - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests