Revert "[Actions] Change Firebase token to service account file."

This reverts commit 4184fbb2cd.
This commit is contained in:
Kuba Szczodrzyński 2021-05-26 20:44:48 +02:00
parent 4184fbb2cd
commit 909899612e
No known key found for this signature in database
GPG Key ID: 70CB8A85BA1633CB
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ jobs:
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFile: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_JSON }}
token: ${{ secrets.FIREBASE_TOKEN }}
groups: ${{ secrets.FIREBASE_GROUPS_NIGHTLY }}
file: ${{ needs.sign.outputs.signedReleaseFile }}
releaseNotesFile: ${{ steps.changelog.outputs.commitLogPlainFile }}

View File

@ -116,7 +116,7 @@ jobs:
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFile: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_JSON }}
token: ${{ secrets.FIREBASE_TOKEN }}
groups: ${{ secrets.FIREBASE_GROUPS_RELEASE }}
file: ${{ needs.sign.outputs.signedReleaseFile }}
releaseNotesFile: ${{ steps.changelog.outputs.changelogPlainTitledFile }}