Skip to content

Commit ac18064

Browse files
authored
Rename GITHUB_TOKEN to GH_TOKEN in script
change to PAT created for this purpose
1 parent 26dfbbf commit ac18064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_ppktstore_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def fetch_with_retry(url, headers, max_retries=3, timeout=10):
3535

3636
ppktstore_repo = "monarch-initiative/phenopacket-store"
3737
this_repo = os.environ["GITHUB_REPOSITORY"]
38-
token = os.environ["GITHUB_TOKEN"]
38+
token = os.environ["GH_TOKEN"]
3939
var_name = "LAST_RUN_RELEASE"
4040

4141
# Get phenopacket-store latest version

0 commit comments

Comments
 (0)