Skip to content

Commit

Permalink
Merge pull request #1752 from rancher/dependabot/github_actions/aws-a…
Browse files Browse the repository at this point in the history
…ctions/configure-aws-credentials-3

build(deps): bump aws-actions/configure-aws-credentials from 2 to 3
  • Loading branch information
thardeck authored Sep 1, 2023
2 parents 1ea6d59 + 8c9070e commit 437edb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo mv eksctl /usr/local/bin
-
name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v3
with:
aws-access-key-id: ${{ github.event.inputs.aws_id || secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ github.event.inputs.aws_key || secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 437edb7

Please sign in to comment.