diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8ff60552c..4dd260c86 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -61,8 +61,8 @@ jobs: # --- API test --- # This also means that the docs/api-spec.yml was shipped and could be read - test -f /tmp/url-watches.json - API_KEY=$(jq -r '.. | .api_access_token? // empty' /tmp/url-watches.json) + test -f /tmp/changedetection.json + API_KEY=$(jq -r '.. | .api_access_token? // empty' /tmp/changedetection.json) echo Test API KEY is $API_KEY curl -X POST "http://127.0.0.1:10000/api/v1/watch" \ -H "x-api-key: ${API_KEY}" \