Skip to content

Commit

Permalink
reduce token lifetime for report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodobolero committed Nov 15, 2024
1 parent 1dcaca2 commit c3d53d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/run-python-test-set/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d53d7

Please sign in to comment.