diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7fc05e5d..dfcd50fa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,7 +95,7 @@ jobs: echo ${FIREBASE_RELEASE_JSON_BASE64} | base64 --decode > app/src/release/google-services.json - name: Authenticate to Google Cloud for Google Play id: auth_google_play - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ secrets.GOOGLE_PLAY_CLOUD_PROJECT }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 63321fc2..712248ea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -277,7 +277,7 @@ jobs: ./gradlew assembleDebug assembleAndroidTest assembleZcashmainnetDebug assembleZcashtestnetDebug - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }} @@ -451,7 +451,7 @@ jobs: ./gradlew :app:assembleDebug - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }} @@ -560,7 +560,7 @@ jobs: timeout-minutes: 5 - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf + uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 with: create_credentials_file: true project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}