diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 489e63a8c..2e7a86803 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -39,6 +39,7 @@ jobs: # Fetch the ipinfo database file using curl if API key is defined - name: Fetch DB from ipinfo.io + # IPINFO_APIKEY is set in https://github.com/librespeed/speedtest/settings/secrets/actions run: | if [ -z "${{ secrets.IPINFO_APIKEY }}" ]; then echo "Warning: IPINFO_APIKEY is not defined."