Skip to content

Commit

Permalink
fix: Update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Nov 24, 2024
1 parent 46d6b41 commit 42074f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .example.vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
REPO_ORG = "attakei"
REPO_NAME = "zenn-contents"
REPO_PAT = "PASTE_YOUR_PAT"
GITHUB_APP_ID = "0"
GITHUB_CLIENT_ID = "YOUR_CLIENT_IDIv23lis7gjHfXnwgv7d7"
GITHUB_CLIENT_SECRET = "YOUR_CLIENT_SECRET"
GITHUB_PRIVATE_KEY = "YOUR_ONELINER_PKCS8_PRIVATE_KEY"
SENTRY_DSN = "PASE_YOUR_SENTRY_PROJECT_DSN"
SENTRY_ENVIRONMENT = "development"
3 changes: 0 additions & 3 deletions worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Generated by Wrangler by running `wrangler types --env-interface CloudflareBindings`

interface CloudflareBindings {
REPO_ORG: string;
REPO_NAME: string;
REPO_PAT: string;
GITHUB_APP_ID: string;
GITHUB_CLIENT_ID: string;
GITHUB_CLIENT_SECRET: string;
Expand Down

0 comments on commit 42074f5

Please sign in to comment.