Skip to content

Commit e5b5755

Browse files
committed
feat: remove octokit token secret to use free github api requests
1 parent a618e0b commit e5b5755

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/posts/posts.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { Octokit } from 'octokit'
22

3-
const octokit = new Octokit({
4-
auth: import.meta.env.VITE_GITHUB_TOKEN,
5-
})
3+
const octokit = new Octokit()
64

75
const GITHUB_DATA = {
86
owner: 'hfidelis',

0 commit comments

Comments
 (0)