Skip to content

Commit

Permalink
Parrot Role Timeout (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Jan 24, 2025
1 parent e6d2eb1 commit f6f2e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parrot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_OIDC_PUBLISH_ECR_ROLE_ARN }}
role-duration-seconds: 600
role-duration-seconds: 1800
mask-aws-account-id: true
- name: Login to Amazon ECR
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
Expand Down
1 change: 1 addition & 0 deletions parrot/.changeset/v0.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes release AWS timeout

0 comments on commit f6f2e74

Please sign in to comment.