Skip to content

Commit

Permalink
rename warning in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl committed Jul 28, 2024
1 parent 46220f6 commit 930578c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Fetch DB from ipinfo.io
run: |
if [ -z "${{ secrets.IPINFO_APIKEY }}" ]; then
echo "Warning: API_KEY is not defined."
echo "Warning: IPINFO_APIKEY is not defined."
else
curl -L https://ipinfo.io/data/free/country_asn.mmdb?token=${{ secrets.IPINFO_APIKEY }} -o backend/country_asn.mmdb
fi
Expand Down

0 comments on commit 930578c

Please sign in to comment.