[#497] Google Auth Action 0.7.1

This commit is contained in:
Carter Jernigan 2022-04-28 14:40:50 -04:00 committed by Carter Jernigan
parent 9dd46079d2
commit ec147ecfcd
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ jobs:
./gradlew assembleDebug assembleAndroidTest
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa
uses: google-github-actions/auth@b258a9f230b36c9fa86dfaa43d1906bd76399edb
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
@ -280,7 +280,7 @@ jobs:
uses: ./.github/actions/setup
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa
uses: google-github-actions/auth@b258a9f230b36c9fa86dfaa43d1906bd76399edb
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}