Skip to content

Commit db3b101

Browse files
committed
fix: rm authorization
1 parent c803ddb commit db3b101

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks/codecov.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ export const getTotalCov = async (): Promise<Coverages> => {
150150
"https://cov.lang.pivotstudio.cn/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
151151
{
152152
headers: {
153-
accept: "application/json",
154-
authorization: "CA17PWK0EG",
153+
accept: "application/json"
155154
},
156155
}
157156
)

0 commit comments

Comments
 (0)