Skip to content

Commit

Permalink
feat: add slack webhook to creds
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig committed Feb 26, 2024
1 parent 4b84593 commit 5a9005c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions creds.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"TYPE": "PORKBUN",
"api_key": "$PORKBUN_API_KEY",
"secret_key": "$PORKBUN_API_SECRET"
},
"notifications": {
"TYPE": "SLACK",
"slack_url": "$SLACK_WEBHOOK_URL"
}
}

0 comments on commit 5a9005c

Please sign in to comment.