Skip to content

Commit

Permalink
Merge branch 'feat/gh-app-callback'
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIJ committed Aug 20, 2024
2 parents 83fa1e8 + 9e77e47 commit 44e5970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/github-callback/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { toSiteURL } from '@/utils/helpers';
import { NextRequest, NextResponse } from 'next/server';

// Use the environment variable for the callback URL
const AUTH_SERVICE_URL = process.env.GITHUB_CALLBACK_URL;
const AUTH_SERVICE_URL = process.env.GITHUB_PROXY_CALLBACK_URL;
const DIGGER_WEBHOOK_SECRET = process.env.DIGGER_WEBHOOK_SECRET;

if (!AUTH_SERVICE_URL) {
Expand Down

0 comments on commit 44e5970

Please sign in to comment.