We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb0c3 commit 3e69774Copy full SHA for 3e69774
.github/workflows/ci-unit-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Configure AWS Credentials
24
uses: aws-actions/configure-aws-credentials@v2
25
with:
26
- role-to-assume: ${{ secrets.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }}
+ role-to-assume: ${{ vars.AMPLIFY_UI_ANDROID_CI_TESTS_ROLE }}
27
aws-region: ${{ env.AWS_REGION }}
28
- name: Run Unit Tests
29
uses: aws-actions/aws-codebuild-run-build@v1
0 commit comments