From 4e1c68e6f82179aaf3ecdac30350a31d15097164 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Thu, 30 Jan 2025 09:53:28 +0100 Subject: [PATCH] Increase session time --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0681faa0..99674172 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -155,7 +155,7 @@ jobs: uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 with: role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_BUILDX_CACHE }} - role-duration-seconds: 7200 + role-duration-seconds: 18000 aws-region: us-east-1 output-credentials: true