Skip to content

Commit

Permalink
Set session duration to 5h in prep release pipeline (#934)
Browse files Browse the repository at this point in the history
Our AWS auth GitHub action has role-duration-seconds limit set to 3600
by default. We have to increase this limit as well next to the role
configuration itself.
  • Loading branch information
mrchtr committed Apr 17, 2024
1 parent 85ebfa4 commit c41080a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
role-to-assume: arn:aws:iam::904708148714:role/fondant-github-actions
role-session-name: GitHub_to_AWS_via_FederatedOIDC
aws-region: ${{env.AWS_REGION}}
role-duration-seconds: 18000

- name: Login to Amazon ECR Public
id: login-ecr-public
Expand Down

0 comments on commit c41080a

Please sign in to comment.