We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b9974 commit 37ac87dCopy full SHA for 37ac87d
.github/workflows/check_updates.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Check if yesterday is included
13
run: |
14
- curl -H "Cache-Control: no-cache" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
+ curl -H "x-test: ${{secrets.BYPASS_HEADER}}" -o optimalfraction.json https://charts-core.peercoinexplorer.net/optimalfraction.json
15
16
jq empty optimalfraction.json || { echo "Invalid JSON"; exit 1; }
17
0 commit comments