Skip to content

Commit

Permalink
Nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 26, 2023
1 parent 564f7c3 commit 57683c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/github/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { GH_USER_TOKEN } from '../../config';
import { OctokitWithRetries } from './octokitWithRetries';

const githubEvents = new Webhooks({
secret:
process.env.GH_WEBHOOK_SECRET || process.env.GH_WEBHOOK_SECRET_ALT || '',
secret: process.env.GH_WEBHOOK_SECRET || '',
});

// Set up default error handling in such a way that tests can override it.
Expand Down

0 comments on commit 57683c5

Please sign in to comment.