|
44 | 44 | -v "$PWD/lambdas/scripts/build_zip.sh":/build_zip.sh:z \ |
45 | 45 | "$BUILDER_IMAGE" |
46 | 46 | - name: Configure AWS credentials from Prod account |
47 | | - uses: aws-actions/configure-aws-credentials@v5 |
| 47 | + uses: aws-actions/configure-aws-credentials@v6 |
48 | 48 | with: |
49 | 49 | role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt |
50 | 50 | aws-region: us-east-1 |
|
53 | 53 | s3_key="${{ matrix.path }}/${{ github.sha }}.zip" |
54 | 54 | ./lambdas/scripts/upload_zip.sh ./out.zip "$AWS_REGION" "$s3_key" |
55 | 55 | - name: Configure AWS credentials from GovCloud account |
56 | | - uses: aws-actions/configure-aws-credentials@v5 |
| 56 | + uses: aws-actions/configure-aws-credentials@v6 |
57 | 57 | with: |
58 | 58 | role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt |
59 | 59 | aws-region: us-gov-east-1 |
@@ -81,14 +81,14 @@ jobs: |
81 | 81 | working-directory: ./lambdas/${{ matrix.path }} |
82 | 82 | run: docker buildx build -t "quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }}" -f Dockerfile . |
83 | 83 | - name: Configure AWS credentials from Prod account |
84 | | - uses: aws-actions/configure-aws-credentials@v5 |
| 84 | + uses: aws-actions/configure-aws-credentials@v6 |
85 | 85 | with: |
86 | 86 | role-to-assume: arn:aws:iam::730278974607:role/github/GitHub-Quilt |
87 | 87 | aws-region: us-east-1 |
88 | 88 | - name: Push Docker image to Prod ECR |
89 | 89 | run: ./lambdas/scripts/upload_ecr.sh 730278974607 "quiltdata/lambdas/${{ matrix.path }}:${{ github.sha }}" |
90 | 90 | - name: Configure AWS credentials from GovCloud account |
91 | | - uses: aws-actions/configure-aws-credentials@v5 |
| 91 | + uses: aws-actions/configure-aws-credentials@v6 |
92 | 92 | with: |
93 | 93 | role-to-assume: arn:aws-us-gov:iam::313325871032:role/github/GitHub-Quilt |
94 | 94 | aws-region: us-gov-east-1 |
|
0 commit comments