File tree
Expand file treeCollapse file tree1 file changed
+6
-5
lines changed Expand file treeCollapse file tree1 file changed
+6
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -172,6 +172,7 @@ jobs:
|
172 | 172 | is-nightly: ${{ steps.determination.outputs.is-nightly }}
|
173 | 173 | channel-name: ${{ steps.determination.outputs.channel-name }}
|
174 | 174 | publish-to-s3: ${{ steps.determination.outputs.publish-to-s3 }}
|
| 175 | +environment: production |
175 | 176 | permissions: {}
|
176 | 177 | steps:
|
177 | 178 | - name: Determine the type of build
|
@@ -589,7 +590,7 @@ jobs:
|
589 | 590 |
|
590 | 591 | permissions:
|
591 | 592 | id-token: write
|
592 |
| -contents: read |
| 593 | +contents: read |
593 | 594 |
|
594 | 595 | steps:
|
595 | 596 | - name: Download all job transfer artifacts
|
@@ -602,8 +603,8 @@ jobs:
|
602 | 603 | - name: Configure AWS Credentials for Nightly [S3]
|
603 | 604 | uses: aws-actions/configure-aws-credentials@v4
|
604 | 605 | with:
|
605 |
| -role-to-assume: ${{ secrets.AWS_ROLE_ARN }} |
606 |
| -aws-region: us-east-1 |
| 606 | +role-to-assume: ${{ secrets.AWS_ROLE_ARN }} |
| 607 | +aws-region: us-east-1 |
607 | 608 |
|
608 | 609 | - name: Publish Nightly [S3]
|
609 | 610 | run: |
|
@@ -661,8 +662,8 @@ jobs:
|
661 | 662 | if: needs.build-type-determination.outputs.publish-to-s3 == 'true'
|
662 | 663 | uses: aws-actions/configure-aws-credentials@v4
|
663 | 664 | with:
|
664 |
| -role-to-assume: ${{ secrets.AWS_ROLE_ARN }} |
665 |
| -aws-region: us-east-1 |
| 665 | +role-to-assume: ${{ secrets.AWS_ROLE_ARN }} |
| 666 | +aws-region: us-east-1 |
666 | 667 |
|
667 | 668 | - name: Publish Release [S3]
|
668 | 669 | if: needs.build-type-determination.outputs.publish-to-s3 == 'true'
|
|
You can’t perform that action at this time.
0 commit comments