Skip to content

Commit

Permalink
Merge pull request #68 from AbstractSDK/dependabot/github_actions/aws…
Browse files Browse the repository at this point in the history
…-actions/configure-aws-credentials-4.0.2

Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.0.2
  • Loading branch information
Buckram123 authored Nov 19, 2024
2 parents ad5297e + 7b63368 commit 49102d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v1.7.0
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
role-to-assume: arn:aws:iam::537748208826:role/github-action
role-session-name: github-actions-ecr-access-role
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
cat argocd.yaml
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v4.0.2
with:
role-to-assume: arn:aws:iam::537748208826:role/github-actions-to-eks
aws-region: us-east-1
Expand Down

0 comments on commit 49102d4

Please sign in to comment.