Skip to content

Commit

Permalink
Deno upgrade (#24)
Browse files Browse the repository at this point in the history
* 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
justinmchase authored Jan 22, 2023
1 parent 15ab155 commit 6340dda
Show file tree
Hide file tree
Showing 34 changed files with 829 additions and 725 deletions.
5 changes: 5 additions & 0 deletions .env.example
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=
139 changes: 0 additions & 139 deletions app.yml

This file was deleted.

5 changes: 5 additions & 0 deletions deno.jsonc
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"
}
}
Loading

0 comments on commit 6340dda

Please sign in to comment.