Skip to content

Commit

Permalink
Configure AWS Credentials android-device-test (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Feb 12, 2024
1 parent 9ec8aff commit 1e21e1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/android-device-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ jobs:
with:
files: "${{ matrix.test.testFile }}, ${{ matrix.test.appFile }}"

- name: Configure AWS Credentials
if: matrix.test.name == 'Android Benchmark'
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2
role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME }}
role-duration-seconds: 180
role-session-name: MySessionName

- name: Upload external data for benchmark
if: matrix.test.name == 'Android Benchmark'
run: |
Expand Down

0 comments on commit 1e21e1b

Please sign in to comment.