Skip to content

Commit

Permalink
include secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Jun 2, 2024
1 parent 657e148 commit b83cb5f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const db = admin.firestore()
const onVoteRequestUpdateV2 = onDocumentUpdated(
{
document: "messages/{messageId}/voteRequests/{voteRequestId}",
secrets: ["WHATSAPP_CHECKERS_BOT_PHONE_NUMBER_ID", "WHATSAPP_TOKEN"],
secrets: [
"WHATSAPP_CHECKERS_BOT_PHONE_NUMBER_ID",
"WHATSAPP_TOKEN",
"TELEGRAM_CHECKER_BOT_TOKEN",
],
},
async (event) => {
// Grab the current value of what was written to Firestore.
Expand Down

0 comments on commit b83cb5f

Please sign in to comment.