Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Aug 16, 2024
1 parent b25ee9c commit 07f6620
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/uitests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,10 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::381491970378:role/full_access
aws-region: us-west-2
role-session-name: GitHubActionsSession
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Upload APK to AWS Device Farm
id: upload-apk
Expand Down

0 comments on commit 07f6620

Please sign in to comment.