Skip to content

Commit

Permalink
Fix deploy functions 18
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Nov 27, 2024
1 parent 7b610b7 commit 46d6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: 19.7.0

Step 4: Create Service Account Key and Set Env Variables
# Step 4: Create Service Account Key and Set Env Variables
- name: Create SA key and set env variables
run: |
echo '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SCHEMESSG_V3_DEV }}' > ${{ runner.temp }}/gcloud.json
Expand Down

0 comments on commit 46d6bf8

Please sign in to comment.