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: .env.example
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
# The App ID assigned to your GitHub App.
4
4
APP_ID=
5
5
# The App name registered to your GitHub App.
6
-
APP_NAME=pull
6
+
APP_NAME=Pull
7
+
APP_SLUG=pull
7
8
# The contents of the private key for your GitHub App. If you're unable to use multiline environment variables, use base64 encoding to convert the key to a single line string.
8
9
PRIVATE_KEY=
9
10
# The webhook secret used when creating a GitHub App. 'development' is used as a default, but the value in .env needs to match the value configured in your App settings on GitHub.
0 commit comments