Skip to content

Commit

Permalink
Update deploy-cloud-functions-testnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsainear authored Aug 6, 2024
1 parent 762fa51 commit 6275a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cloud-functions-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
--runtime nodejs18 \
--trigger-http \
--allow-unauthenticated \
--service-account="firebase-adminsdk[email protected]" \
--service-account="firebase-adminsdk" \
--region=us-central1 \
--entry-point=verifyOTP \
--source=lib \
Expand All @@ -55,7 +55,7 @@ jobs:
--runtime nodejs18 \
--trigger-http \
--allow-unauthenticated \
--service-account="firebase-adminsdk[email protected]" \
--service-account="firebase-adminsdk" \
--region=us-central1 \
--entry-point=sendOTP \
--source=lib \
Expand Down

0 comments on commit 6275a5a

Please sign in to comment.