Skip to content

Commit

Permalink
Add authentication logger
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuring committed Jun 15, 2023
1 parent 68fb8c6 commit 69176db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord-scripts/discord-webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default async function webhookDiscord(
const webhookUrl = process.env.HUBOT_WEBHOOK_URL
const requiredAuth = process.env.HUBOT_WEBHOOK_AUTH
robot.logger.info("Webhook URL has been set: ", webhookUrl)
robot.logger.info("Webhook Auth has been set: ", requiredAuth)
robot.router.post(
`${webhookUrl}`,
(
Expand Down

0 comments on commit 69176db

Please sign in to comment.