Skip to content

Commit 6cc5fba

Browse files
committed
Add missing property
1 parent 0462c9f commit 6cc5fba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Start self hosted EC2 runner
5050
uses: ./.github/workflows/start-self-hosted-runner
5151
with:
52-
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
52+
aws-access-key-id: ${{ secrets.AWS_EC2_ACCESS_KEY_ID }}
53+
aws-secret-access-key: ${{ secrets.AWS_EC2_SECRET_ACCESS_KEY }}
5354
aws-region: ${{ secrets.AWS_REGION }}
5455
ec2-instance-id: ${{ secrets.AWS_EC2_INSTANCE_ID }}
5556

0 commit comments

Comments
 (0)