From 7cec76c1c7cfb033c4a2ec1ecd11d8e75ca1ad95 Mon Sep 17 00:00:00 2001 From: Cesar Willy Mamani Canaza Date: Fri, 19 Jan 2024 14:13:49 -0600 Subject: [PATCH] Update debug.yml --- .github/workflows/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index d0dc938..4498c98 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -110,7 +110,7 @@ jobs: - name: upload artifact to Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1 with: - appId: $APP_ID + appId: ${{ secrets.APP_ID_DEBUG }} serviceCredentialsFileContent: ${{ secrets.FIREBASE_TOKEN }} groups: ${{ inputs.groupTester || 'qa' }} releaseNotes: $RELEASE_NOTE_TEXT