We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b23513 commit dc279cdCopy full SHA for dc279cd
scripts/check_ppktstore_version.py
@@ -18,7 +18,10 @@
18
# Get last version of phenopacket-store that ppkt2prompt ran
19
r = requests.get(
20
f"https://api.github.com/repos/{this_repo}/actions/variables/{var_name}",
21
- headers={"Authorization": f"Bearer {token}"}
+ headers={
22
+ "Authorization": f"Bearer {token}",
23
+ "Accept": "application/vnd.github+json"
24
+ }
25
)
26
27
if r.status_code != 200:
0 commit comments