Skip to content

Commit

Permalink
commit to trigger workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl committed Jul 28, 2024
1 parent 930578c commit 12d056c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 12d056c

Please sign in to comment.