Skip to content

Commit

Permalink
Merge pull request #2 from brucehoff/dev
Browse files Browse the repository at this point in the history
PLFM-8554: role session name must be less than 64 characters
  • Loading branch information
brucehoff authored Oct 22, 2024
2 parents adb2fdc + c4ed26d commit e22b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e22b2bc

Please sign in to comment.