diff --git a/.github/workflows/aws-deploy.yml b/.github/workflows/aws-deploy.yml index a5a3b7c..9b6f5c1 100644 --- a/.github/workflows/aws-deploy.yml +++ b/.github/workflows/aws-deploy.yml @@ -31,7 +31,7 @@ jobs: with: aws-region: us-east-1 role-to-assume: ${{inputs.ROLE_TO_ASSUME }} - role-session-name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} + role-session-name: GHA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} role-duration-seconds: 1200 - name: cdk deploy