From 33d34855fbbd4b8be99be763743f78c77a6a5de5 Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Mon, 4 Nov 2024 11:54:29 -0700 Subject: [PATCH] Revert "Genymotion Action v1 + API token (#1027)" (#1028) This reverts commit 490c405a79f821483f5415f32b716c50ebcdd76b. --- .github/workflows/android.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 49389b147..c84fe79ea 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -136,9 +136,10 @@ jobs: # Create Genymotion instance - name: Start Genymotion Cloud SaaS instance - uses: genymobile/genymotion-saas-github-action@v1 + uses: genymobile/genymotion-saas-github-action@v0.4 with: - api_token: ${{ secrets.GMSAAS_API_KEY } + email: ${{ secrets.GMSAAS_EMAIL }} + password: ${{ secrets.GMSAAS_PASSWORD }} recipe_uuid: ${{ matrix.recipe_uuid }} # Run the tests