Skip to content

Commit 474763c

Browse files
authored
fix(ci): setup aws credentials before describe-cluster-versions (#2147)
1 parent ad8547b commit 474763c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
ci_step_name_prefix: ${{ steps.variables.outputs.ci_step_name_prefix }}
4242
os_distros: ${{ steps.variables.outputs.os_distros }}
4343
steps:
44+
- uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # 4.0.3
45+
with:
46+
aws-region: ${{ secrets.AWS_REGION }}
47+
role-to-assume: ${{ secrets.AWS_ROLE_ARN_CI }}
4448
- id: variables
4549
run: |
4650
echo 'ci_step_name_prefix=CI:' >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)