From 65eb3f45fd0e2e0cb358c2e590e88a17fab7dbee Mon Sep 17 00:00:00 2001 From: omiend Date: Wed, 27 Sep 2023 00:11:32 +0900 Subject: [PATCH] modified secret setting --- .github/workflows/staging-firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-firebase-hosting-merge.yml b/.github/workflows/staging-firebase-hosting-merge.yml index 352a624..81bd7cc 100644 --- a/.github/workflows/staging-firebase-hosting-merge.yml +++ b/.github/workflows/staging-firebase-hosting-merge.yml @@ -21,6 +21,6 @@ jobs: - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: "${{ secrets.GITHUB_TOKEN }}" - firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SCALAMATSURI_2023_WEB }} + firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_SCALAMATSURI_2023_WEB_STAGE }} channelId: live projectId: scalamatsuri-2023-web-stage