Bump aws-actions/configure-aws-credentials from 1 to 2 (#395)
* Bump aws-actions/configure-aws-credentials from 1 to 2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 2. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v1...v2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Prod CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
4fc7a0db18
commit
045fe5fc5d
2
.github/workflows/release-branches.yml
vendored
2
.github/workflows/release-branches.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
||||||
output_path: artifacts
|
output_path: artifacts
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v2
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
||||||
aws-region: us-east-2
|
aws-region: us-east-2
|
||||||
|
|
2
.github/workflows/release-prs.yml
vendored
2
.github/workflows/release-prs.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
||||||
output_path: artifacts
|
output_path: artifacts
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v2
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
||||||
aws-region: us-east-2
|
aws-region: us-east-2
|
||||||
|
|
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
buildkite_token: ${{ secrets.BUILDKITE_TOKEN }}
|
||||||
output_path: artifacts
|
output_path: artifacts
|
||||||
- name: Configure AWS Credentials
|
- name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v2
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
role-to-assume: ${{ secrets.AWS_S3_UPLOAD_ROLE }}
|
||||||
aws-region: us-east-2
|
aws-region: us-east-2
|
||||||
|
|
Loading…
Reference in a new issue