8000 Added token for now · sidworks-dev/sw-db-sync@8868bdc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8868bdc

Browse files
committed
Added token for now
1 parent 620e2fd commit 8868bdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/utils/versionCheck.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/utils/versionCheck.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/versionCheck.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class VersionCheck {
1111

1212
// versions
1313
getToolVersions = async () => {
14-
await fetch('https://raw.githubusercontent.com/jellesiderius/sw-db-sync/master/package.json')
14+
await fetch('https://raw.githubusercontent.com/jellesiderius/sw-db-sync/master/package.json?token=GHSAT0AAAAAABNRNLDIK4GBEJDNTR6XTTOMYUEYY4A')
1515
.then((res: { json: () => any; }) => res.json())
1616
.then((json: { version: string; }) => this.config.latestVersion = json.version);
1717
}

0 commit comments

Comments
 (0)
0