[#468] Auth GitHub Action 0.7.0

This commit is contained in:
Carter Jernigan 2022-04-05 12:08:51 -04:00 committed by Carter Jernigan
parent aba6800be7
commit 4a060ecafa
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@8d125895b958610ec414ca4dae010257eaa814d3
uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa
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@8d125895b958610ec414ca4dae010257eaa814d3
uses: google-github-actions/auth@50dbfd0907520dcccbd51e965728eb32e592b8fa
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}