# Setup your environment variables.
cat > .env.yml <<EOF
TOKEN_SECRET: "<TOKEN SECRET>"
PUBSUB_TOPIC: "<PUBSUB TOPIC>"
EOF
# Deploy the function.
gcloud functions deploy slackTalkInjestComment --runtime nodejs14 --trigger-http --allow-unauthenticated --env-vars-file=.env.yml --source .
-
Notifications
You must be signed in to change notification settings - Fork 1
A Google Cloud Function Publisher that publishes comments sent to it to a Pub/Sub topic.
License
coralproject/slack-bouncer-functions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Google Cloud Function Publisher that publishes comments sent to it to a Pub/Sub topic.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published