update ignore & auth.json in workflow
This commit is contained in:
parent
12eba9d5e1
commit
944f756689
2 changed files with 3 additions and 2 deletions
2
.github/workflows/deploy_to_playstore.yml
vendored
2
.github/workflows/deploy_to_playstore.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
play_store_service_account_json: ${{ secrets.BROQROLI_ANDROID_PLAY_STORE_AUTH_JSON }}
|
play_store_service_account_json: ${{ secrets.BROQROLI_ANDROID_PLAY_STORE_AUTH_JSON }}
|
||||||
run: |
|
run: |
|
||||||
echo "$play_store_service_account_base64" > play-store-distribution-service-account.json
|
echo "$play_store_service_account_json" > play-store-distribution-service-account.json
|
||||||
echo "BROQROLI_ANDROID_PLAY_STORE_AUTH_FILE=`pwd`/play-store-distribution-service-account.json" >> $GITHUB_ENV
|
echo "BROQROLI_ANDROID_PLAY_STORE_AUTH_FILE=`pwd`/play-store-distribution-service-account.json" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Deploy to Play Store Internal Track
|
- name: Deploy to Play Store Internal Track
|
||||||
|
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
||||||
local.properties
|
local.properties
|
||||||
*.jks
|
*.jks
|
||||||
*.signingconfig
|
*.signingconfig
|
||||||
|
*auth.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue