From 01ecae758a299a22031fc7c7507e1396c0aba74a Mon Sep 17 00:00:00 2001 From: Lihini Senanayake Date: Fri, 26 Apr 2024 18:35:59 +0530 Subject: [PATCH] chore: workflow authentication with latest tools --- .github/workflows/firebase-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index bdad75d..16cb7d2 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -58,7 +58,7 @@ jobs: run: | echo "SERVICE_ACCOUNT_KEY=$(cat "${{ steps.auth.outputs.credentials_file_path }}" | tr -d '\n')" >> $GITHUB_ENV - name: Deploy to firebase cloud functions. - uses: w9jds/firebase-action@v13.7.0 + uses: w9jds/firebase-action@v13.6.0 with: args: deploy --only functions --project ${{ env.FIREBASE_PROJECT }} env: