Skip to content

Commit

Permalink
fix: debug github workflow env vars not set
Browse files Browse the repository at this point in the history
  • Loading branch information
lihini committed Apr 25, 2024
1 parent e0d70f4 commit bc44502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ jobs:
uses: w9jds/[email protected]
with:
args: deploy --only functions --project ${{ env.FIREBASE_PROJECT }}
# env:
# FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
env:
MOBILE_CLIENT_ID: ${{ secrets.MOBILE_CLIENT_ID }}
WEATHERCOM_CLIENT_ID: ${{ secrets.WEATHERCOM_CLIENT_ID }}

0 comments on commit bc44502

Please sign in to comment.