Skip to content

Commit

Permalink
fix: 💚 change expired github access token
Browse files Browse the repository at this point in the history
  • Loading branch information
indralukmana committed Aug 27, 2024
1 parent 2f4ff3b commit 472d13c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/nextjs/components/github-activities/octokit.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Octokit } from "octokit";

const token =
process.env.NEXT_PUBLIC_GITHUB_TOKEN ||
"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";
const token = process.env.NEXT_PUBLIC_GITHUB_TOKEN || "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";

export const octokit = new Octokit({ auth: token });

0 comments on commit 472d13c

Please sign in to comment.