From 89666312ab28e1972ebca6362636c2c712581387 Mon Sep 17 00:00:00 2001 From: Lim Jet <57783762+daoauth@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:46:07 +0900 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index a0a668e..7703b23 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -18,14 +18,14 @@ jobs: - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: ${{ secrets.GITHUB_TOKEN }} - firebaseServiceAccount: ${{ secrets.FIREBASE_HOSTING }} + firebaseServiceAccount: ${{ secrets.FIREBASE_AUTH }} channelId: live projectId: slsa-on-blockchain - uses: google-github-actions/auth@v2 with: project_id: slsa-on-blockchain - credentials_json: ${{ secrets.FIREBASE_FUNCTIONS }} + credentials_json: ${{ secrets.FIREBASE_AUTH }} - env: FIREBASE_APP_BASE64: ${{ secrets.FIREBASE_APP_BASE64 }}