You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ config:
48
48
- `provider`(optional) - which client to use for git connection - the bot tries to figure out which client to use automatically (currently only `github` is supported but others are on the way)
49
49
- `secret`(optional) - webhook secret to be used for content validation (recommended)
50
50
51
+
### Environment Variables
52
+
53
+
You can set the values for `token` and `secret` via environment variables:
0 commit comments