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
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@ You can also deploy disgit to docker container:
12
12
* Docker Image: The disgit container image is published to the GitHub Container Registry [here](https://github.com/JRoy/disgit/pkgs/container/disgit). For more information on how to authenticate with GitHub's container registry, check the help article [here](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry).
13
13
14
14
## Environment Variables
15
-
digit has the following optional environment variables that you can use to customize your instance;
15
+
disgit has the following optional environment variables that you can use to customize your instance;
16
16
-`IGNORED_BRANCHES_REGEX` - A regex pattern for branches that should be ignored
17
17
-`IGNORED_BRANCHES` - A comma seperated list of branches that should be ignored
18
18
-`IGNORED_USERS` - A comma seperated list of users that should be ignored
19
19
-`IGNORED_PAYLOADS` - A comma seperated list of webhook events that should be ignored
20
+
-`AWAIT_ERRORS` - Set to `true` to await errors from the Discord webhook executor
21
+
-`DEBUG_PASTE` - Set to `true` to enable debug embeds.
20
22
21
23
## Supported Events
22
24
The following webhook events are supported as of now;
0 commit comments