-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* webhook config * lint * main back to mod * add a / to the path * add some logs * more logs * more logging, not sure whats going wrong * seems like appid is not set right * token isnt creating * again * DERP destructure name not full_name * return the new state
- Loading branch information
1 parent
15ab155
commit 6340dda
Showing
34 changed files
with
829 additions
and
725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# APP_ID=37724 | ||
# MONGO_CONNECTION_STRING= | ||
# GITHUB_PRIVATE_KEY= | ||
# GITHUB_WEBHOOK_SECRET= | ||
# GITHUB_WEBHOOK_PATH= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"tasks": { | ||
"dev": "deno run --allow-read --allow-env --allow-net --watch main.ts" | ||
} | ||
} |
Oops, something went wrong.