Skip to content

Commit 37c10a5

Browse files
authored
Merge pull request #91 from P2GX/fix-tokens
change tokens and ifx
2 parents 6f5aa21 + ac18064 commit 37c10a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/look4updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run release checker
2626
id: check
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GH_TOKEN: ${{ secrets.GH_PAT_LEO }}
2929
run: python scripts/check_ppktstore_version.py
3030

3131
- name: Run follow-up action

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)