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