forked from github/szkolny
Revert "[Actions] Change Firebase token to service account file."
This reverts commit 4184fbb2cd
.
This commit is contained in:
parent
4184fbb2cd
commit
909899612e
2
.github/workflows/build-nightly-apk.yml
vendored
2
.github/workflows/build-nightly-apk.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
|||||||
uses: wzieba/Firebase-Distribution-Github-Action@v1
|
uses: wzieba/Firebase-Distribution-Github-Action@v1
|
||||||
with:
|
with:
|
||||||
appId: ${{ secrets.FIREBASE_APP_ID }}
|
appId: ${{ secrets.FIREBASE_APP_ID }}
|
||||||
serviceCredentialsFile: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_JSON }}
|
token: ${{ secrets.FIREBASE_TOKEN }}
|
||||||
groups: ${{ secrets.FIREBASE_GROUPS_NIGHTLY }}
|
groups: ${{ secrets.FIREBASE_GROUPS_NIGHTLY }}
|
||||||
file: ${{ needs.sign.outputs.signedReleaseFile }}
|
file: ${{ needs.sign.outputs.signedReleaseFile }}
|
||||||
releaseNotesFile: ${{ steps.changelog.outputs.commitLogPlainFile }}
|
releaseNotesFile: ${{ steps.changelog.outputs.commitLogPlainFile }}
|
||||||
|
2
.github/workflows/build-release-apk.yml
vendored
2
.github/workflows/build-release-apk.yml
vendored
@ -116,7 +116,7 @@ jobs:
|
|||||||
uses: wzieba/Firebase-Distribution-Github-Action@v1
|
uses: wzieba/Firebase-Distribution-Github-Action@v1
|
||||||
with:
|
with:
|
||||||
appId: ${{ secrets.FIREBASE_APP_ID }}
|
appId: ${{ secrets.FIREBASE_APP_ID }}
|
||||||
serviceCredentialsFile: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_JSON }}
|
token: ${{ secrets.FIREBASE_TOKEN }}
|
||||||
groups: ${{ secrets.FIREBASE_GROUPS_RELEASE }}
|
groups: ${{ secrets.FIREBASE_GROUPS_RELEASE }}
|
||||||
file: ${{ needs.sign.outputs.signedReleaseFile }}
|
file: ${{ needs.sign.outputs.signedReleaseFile }}
|
||||||
releaseNotesFile: ${{ steps.changelog.outputs.changelogPlainTitledFile }}
|
releaseNotesFile: ${{ steps.changelog.outputs.changelogPlainTitledFile }}
|
||||||
|
Loading…
Reference in New Issue
Block a user