mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-19 09:54:17 +02:00
Changed token in stats updator script
This commit is contained in:
@@ -3,7 +3,7 @@ import requests
|
||||
import os
|
||||
from datetime import datetime
|
||||
|
||||
GITHUB_TOKEN = os.getenv('GH_API_TOKEN')
|
||||
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
|
||||
HEADERS = {
|
||||
'Authorization': f'token {GITHUB_TOKEN}',
|
||||
'Accept': 'application/vnd.github.v3+json'
|
||||
|
||||
Reference in New Issue
Block a user