Add github auto update

This commit is contained in:
2021-11-10 19:01:09 +01:00
parent 6ec19a5e2e
commit 573efea8b0
6 changed files with 326 additions and 129 deletions

1
env.ts
View File

@@ -28,6 +28,7 @@ export default Env.rules({
DISCORD_ID: Env.schema.string(),
GITHUB_TOKEN: Env.schema.string(),
GITHUB_SOURCE: Env.schema.string({ format: 'url' }),
GITHUB_USERNAME: Env.schema.string(),
// Redis
REDIS_CONNECTION: Env.schema.enum(['local'] as const),