Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions scripts/deploy.sh

This file was deleted.

3 changes: 0 additions & 3 deletions web/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ interface Env {
DATA_BUCKET: R2Bucket;
GITHUB_CACHE: KVNamespace;
DOWNLOAD_DEDUPE: KVNamespace;
GITHUB_APP_ID: string;
GITHUB_PRIVATE_KEY: string;
GITHUB_CLIENT_ID: string;
GITHUB_CLIENT_SECRET: string;
GITHUB_WEBHOOK_SECRET: string;
API_SECRET: string;
}

Expand Down
14 changes: 0 additions & 14 deletions web/src/pages/webhooks/github.ts

This file was deleted.

3 changes: 0 additions & 3 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@
"ENVIRONMENT": "production",
},
// Environment variables that need to be set via wrangler secret:
// GITHUB_APP_ID - Your GitHub App ID
// GITHUB_PRIVATE_KEY - Your GitHub App private key (PEM format)
// GITHUB_CLIENT_ID - Your GitHub App client ID
// GITHUB_CLIENT_SECRET - Your GitHub App client secret
// GITHUB_WEBHOOK_SECRET - Your GitHub App webhook secret
// API_SECRET - Secret for GitHub Actions authentication
}
Loading