Skip to content

Commit

Permalink
Gmsaas apitoken migration (#1029)
Browse files Browse the repository at this point in the history
* migrate to gmsaas action v1 + api token

* update secret name

* fix bracket
  • Loading branch information
Funkatronics authored Nov 4, 2024
1 parent 33d3485 commit 473b258
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 473b258

Please sign in to comment.