Skip to content

Commit d5417a8

Browse files
Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 (#20)
* Bump aws-actions/configure-aws-credentials from 1.7.0 to 2.0.0 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 2.0.0. - [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](aws-actions/configure-aws-credentials@v1.7.0...v2.0.0) --- 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> * Added aws credentials session name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Said Sef <saidsef@gmail.com>
1 parent fc1c5b2 commit d5417a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,11 @@ jobs:
8989
id-token: write
9090
steps:
9191
- name: Configure AWS credentials
92-
uses: aws-actions/configure-aws-credentials@v1.7.0
92+
uses: aws-actions/configure-aws-credentials@v2.0.0
9393
with:
9494
aws-region: ${{ secrets.AWS_REGION }}
9595
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions
96+
role-session-name: ${{ github.event.repository.name }}-${{ github.ref_type }}
9697
- run: |
9798
aws sts get-caller-identity
9899

0 commit comments

Comments
 (0)