diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2c91aff2..5a48d222 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: uses: ./.github/actions/setup - name: Authenticate to Google Cloud for Google Play id: auth_google_play - uses: google-github-actions/auth@8d125895b958610ec414ca4dae010257eaa814d3 + uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa 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 8c12d29b..e3aaa035 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -223,7 +223,7 @@ jobs: ./gradlew assembleDebug assembleAndroidTest - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@8d125895b958610ec414ca4dae010257eaa814d3 + uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa with: create_credentials_file: true project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }} @@ -324,7 +324,7 @@ jobs: uses: ./.github/actions/setup - name: Authenticate to Google Cloud for Firebase Test Lab id: auth_test_lab - uses: google-github-actions/auth@8d125895b958610ec414ca4dae010257eaa814d3 + uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa with: create_credentials_file: true project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}