Skip to content

Commit 3e69774

Browse files
authored
chore: Use vars to store IAM role instead of secrets (#57)
1 parent d4fb0c3 commit 3e69774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Configure AWS Credentials
2424
uses: aws-actions/configure-aws-credentials@v2
2525
with:
26-
role-to-assume: ${{ secrets.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }}
26+
role-to-assume: ${{ vars.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }}
2727
aws-region: ${{ env.AWS_REGION }}
2828
- name: Run Unit Tests
2929
uses: aws-actions/aws-codebuild-run-build@v1

0 commit comments

Comments
 (0)