Skip to content

Commit

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

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

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

0 comments on commit 2f4ff3b

Please sign in to comment.