From 9356097db469e0c237fa7deba9ba885162c18217 Mon Sep 17 00:00:00 2001 From: Sabrina Ferguson Date: Thu, 9 May 2024 15:02:33 -0400 Subject: [PATCH] testing deploy action --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index b625be62..2f3abb33 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -28,7 +28,7 @@ jobs: args: .output/public/ --sources content/ - name: "Deploy preview" - uses: matter-labs/action-hosting-deploy@main + uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_COMMUNITY_COOKBOOK_STAGING }}"