We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8547b commit 474763cCopy full SHA for 474763c
.github/workflows/ci.yaml
@@ -41,6 +41,10 @@ jobs:
41
ci_step_name_prefix: ${{ steps.variables.outputs.ci_step_name_prefix }}
42
os_distros: ${{ steps.variables.outputs.os_distros }}
43
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 }}
48
- id: variables
49
run: |
50
echo 'ci_step_name_prefix=CI:' >> $GITHUB_OUTPUT
0 commit comments