Skip to content

Commit f61d2b7

Browse files
committed
configure credentials
1 parent 27a68bc commit f61d2b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
4545
with:
4646
working-directory: ./aws-sdk-kotlin
47+
- name: Configure AWS Credentials
48+
uses: aws-actions/configure-aws-credentials@v4
49+
with:
50+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
51+
aws-region: us-west-2
4752
- name: Setup kat
4853
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
4954
- name: Test
@@ -95,6 +100,11 @@ jobs:
95100
path: 'aws-sdk-kotlin'
96101
- name: Setup Build
97102
uses: ./aws-sdk-kotlin/.github/actions/setup-build
103+
- name: Configure AWS Credentials
104+
uses: aws-actions/configure-aws-credentials@v4
105+
with:
106+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
107+
aws-region: us-west-2
98108
- name: Setup kat
99109
uses: aws/aws-kotlin-repo-tools/.github/actions/setup-kat@main
100110
- name: Configure Gradle - smithy-kotlin

0 commit comments

Comments
 (0)