Skip to content

Commit

Permalink
Genymotion Action v1 + API token (#1027)
Browse files Browse the repository at this point in the history
* migrate to gmsaas action v1 + api token

* update secret name
  • Loading branch information
Funkatronics authored Nov 4, 2024
1 parent 1991054 commit 490c405
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,9 @@ jobs:

# Create Genymotion instance
- name: Start Genymotion Cloud SaaS instance
uses: genymobile/genymotion-saas-github-action@v0.4
uses: genymobile/genymotion-saas-github-action@v1
with:
email: ${{ secrets.GMSAAS_EMAIL }}
password: ${{ secrets.GMSAAS_PASSWORD }}
api_token: ${{ secrets.GMSAAS_API_KEY }
recipe_uuid: ${{ matrix.recipe_uuid }}

# Run the tests
Expand Down

0 comments on commit 490c405

Please sign in to comment.