Skip to content

Commit

Permalink
chore: workflow authentication with latest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lihini committed Apr 26, 2024
1 parent 8534091 commit 01ecae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01ecae7

Please sign in to comment.