Skip to content

Commit

Permalink
Merge pull request #40 from m-messiah/m-messiah-patch-1
Browse files Browse the repository at this point in the history
update secret usage
  • Loading branch information
m-messiah authored Apr 19, 2024
2 parents fbcd1ce + 5f0b238 commit 7a6443b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
run: ./ip2geo -version

- name: Download MaxMind
run: wget --quiet -O maxmind.zip 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City-CSV&suffix=zip&license_key=${{ secrets.MAXMIND_LICENSE_KEY }}'
env:
MAXMIND_LICENSE_KEY: ${{ secrets.MAXMIND_LICENSE_KEY }}
run: wget -O maxmind.zip 'https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City-CSV&suffix=zip&license_key='$MAXMIND_LICENSE_KEY

- name: Test maxmind
run: |
Expand Down

0 comments on commit 7a6443b

Please sign in to comment.