Skip to content

Commit cc42b4a

Browse files
committed
configure gradle and aws credentials
1 parent f2b0189 commit cc42b4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/run-release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
git tag "$NEW_VERSION"
4848
git push origin "$NEW_VERSION"
4949
50+
- name: Configure Gradle
51+
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
52+
53+
- name: Configure AWS Credentials
54+
uses: aws-actions/configure-aws-credentials@v4
55+
with:
56+
role-to-assume: ${{ secrets.PUBLISHING_ROLE_ARN }}
57+
aws-region: us-west-2
58+
5059
- name: Run release
5160
env:
5261
RELEASE_BUCKET: ${{ secrets.RELEASE_BUCKET }}

0 commit comments

Comments
 (0)