From c3d53d79068451d4340419b52feebde891669f0e Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Fri, 15 Nov 2024 10:17:52 +0100 Subject: [PATCH] reduce token lifetime for report upload --- .github/actions/run-python-test-set/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/run-python-test-set/action.yml b/.github/actions/run-python-test-set/action.yml index e1440f377aef..e0725de8896e 100644 --- a/.github/actions/run-python-test-set/action.yml +++ b/.github/actions/run-python-test-set/action.yml @@ -236,8 +236,7 @@ runs: with: aws-region: eu-central-1 role-to-assume: ${{ inputs.reacquire_aws_oicd_role_arn }} - role-duration-seconds: 18000 # 5 hours is currently max associated with IAM role - + role-duration-seconds: 3600 # 1 hour should be more than enough to upload report - name: Upload test results if: ${{ !cancelled() }} uses: ./.github/actions/allure-report-store