Skip to content

Commit

Permalink
fix(ci): setup aws credentials before describe-cluster-versions (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbaker1 authored Feb 8, 2025
1 parent ad8547b commit 474763c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
ci_step_name_prefix: ${{ steps.variables.outputs.ci_step_name_prefix }}
os_distros: ${{ steps.variables.outputs.os_distros }}
steps:
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # 4.0.3
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN_CI }}
- id: variables
run: |
echo 'ci_step_name_prefix=CI:' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 474763c

Please sign in to comment.