We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d2eb1 commit f6f2e74Copy full SHA for f6f2e74
.github/workflows/parrot-release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
aws-region: ${{ secrets.AWS_REGION }}
24
role-to-assume: ${{ secrets.AWS_OIDC_PUBLISH_ECR_ROLE_ARN }}
25
- role-duration-seconds: 600
+ role-duration-seconds: 1800
26
mask-aws-account-id: true
27
- name: Login to Amazon ECR
28
uses: aws-actions/amazon-ecr-login@062b18b96a7aff071d4dc91bc00c4c1a7945b076 # v2.0.1
parrot/.changeset/v0.1.2.md
@@ -0,0 +1 @@
1
+- Fixes release AWS timeout
0 commit comments