From bdb70b391739493fd000491bf17a55b1a0fe34c2 Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Mon, 4 Nov 2024 11:38:23 -0700 Subject: [PATCH 1/2] migrate to gmsaas action v1 + api token --- .github/workflows/android.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c84fe79ea..0e1544683 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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_APITOKEN } recipe_uuid: ${{ matrix.recipe_uuid }} # Run the tests From 54f914369411ce8f22554e2f3109ce1a84680416 Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Mon, 4 Nov 2024 11:52:44 -0700 Subject: [PATCH 2/2] update secret name --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0e1544683..49389b147 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -138,7 +138,7 @@ jobs: - name: Start Genymotion Cloud SaaS instance uses: genymobile/genymotion-saas-github-action@v1 with: - api_token: ${{ secrets.GMSAAS_APITOKEN } + api_token: ${{ secrets.GMSAAS_API_KEY } recipe_uuid: ${{ matrix.recipe_uuid }} # Run the tests