[#518] Google Auth GitHub Action 0.8.0

This commit is contained in:
Carter Jernigan 2022-06-15 15:26:27 -04:00 committed by Carter Jernigan
parent e602d3dd7e
commit 5389bb86af
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@b258a9f230b36c9fa86dfaa43d1906bd76399edb
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
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@b258a9f230b36c9fa86dfaa43d1906bd76399edb
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}