Skip to content

Commit

Permalink
[small-fix][s] Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gradedSystem authored Dec 10, 2024
1 parent 86b9ded commit db21d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pip install -r scripts/requirements.txt
- name: Run CPI Update Script
- name: Run geoip2-ipv4 Update Script
env:
MAXMIND_USERNAME: ${{ secrets.MAXMIND_USERNAME }}
MAXMIND_PASSWORD: ${{ secrets.MAXMIND_PASSWORD }} # Retrieve API key from GitHub Secrets
Expand All @@ -54,4 +54,4 @@ jobs:
git push origin main
)
env:
CI_COMMIT_MESSAGE: "Automated commit"
CI_COMMIT_MESSAGE: "Automated commit"

0 comments on commit db21d7f

Please sign in to comment.