From 00e11f39015abdc5306e28630718f323b10ef0d2 Mon Sep 17 00:00:00 2001 From: vit-corp Date: Tue, 18 Jun 2024 15:09:07 +0300 Subject: [PATCH] skip: update CI 8 --- .github/workflows/actions/set-up-cloud-creds/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/set-up-cloud-creds/action.yml b/.github/workflows/actions/set-up-cloud-creds/action.yml index d8af9bb7..3c95ebe2 100644 --- a/.github/workflows/actions/set-up-cloud-creds/action.yml +++ b/.github/workflows/actions/set-up-cloud-creds/action.yml @@ -29,7 +29,7 @@ runs: with: role-to-assume: ${{ inputs.aws_assume_role }} role-session-name: ECC-RULEPACK-CI-${{ inputs.step }}-${{ steps.globals.outputs.cloud }} - role-duration-seconds: 93200 + role-duration-seconds: 43200 aws-region: ${{ env.AWS_DEFAULT_REGION }} mask-aws-account-id: true