From d789b0c568976227611478ad61666418c9289bfb Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:17:23 -0800 Subject: [PATCH] ci: Update master workflow with FIREBASE_TOKEN migration --- .github/workflows/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 0e13695..c768456 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -166,12 +166,12 @@ jobs: uses: wzieba/Firebase-Distribution-Github-Action@a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9 with: appId: ${{ secrets.FIREBASE_APP_ID }} - token: ${{ secrets.FIREBASE_TOKEN }} + serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} file: app/build/outputs/apk/release/bisq-release-signed.apk - name: Upload signed AAB to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@a41b2f7ab3f7c2631b6a73fb2f660b517cef45a9 with: appId: ${{ secrets.FIREBASE_APP_ID }} - token: ${{ secrets.FIREBASE_TOKEN }} + serviceCredentialsFileContent: ${{ secrets.CREDENTIAL_FILE_CONTENT }} file: app/build/outputs/bundle/release/bisq-release.aab