[#432] Google Auth GitHub Action 0.8.0
This commit is contained in:
parent
b9eea25574
commit
2091a3d373
|
@ -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@50dbfd0907520dcccbd51e965728eb32e592b8fa
|
||||
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
|
||||
with:
|
||||
create_credentials_file: true
|
||||
project_id: ${{ secrets.GOOGLE_PLAY_CLOUD_PROJECT }}
|
||||
|
|
|
@ -236,7 +236,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@50dbfd0907520dcccbd51e965728eb32e592b8fa
|
||||
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
|
||||
with:
|
||||
create_credentials_file: true
|
||||
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
|
||||
|
@ -375,7 +375,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@ceee102ec2387dd9e844e01b530ccd4ec87ce955
|
||||
with:
|
||||
create_credentials_file: true
|
||||
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
|
||||
|
|
Loading…
Reference in New Issue