Update src/utils/fetchLatestReleaseVersionAndName.ts
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
parent
55ef81be8d
commit
ae00338328
|
@ -2,8 +2,7 @@ import { LATEST_GETH_RELEASE_URL } from '../constants';
|
|||
|
||||
export const fetchLatestReleaseVersionAndName = () => {
|
||||
const headers = new Headers({
|
||||
// Note: this token expires on Dec 16, 2023
|
||||
// check fine-grained tokens https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#about-personal-access-tokens
|
||||
// About personal access tokens https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#about-personal-access-tokens
|
||||
Authorization: 'Token ' + process.env.GITHUB_TOKEN_READ_ONLY
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue