Skip to content

Update IP Blocks for Nigeria #82

Update IP Blocks for Nigeria

Update IP Blocks for Nigeria #82

name: Update IP Blocks for Nigeria
on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
workflow_dispatch: # Allows manual triggering of the workflow
permissions:
contents: write # Ensure the token has write access to contents
jobs:
update-ip-blocks:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install PyGithub requests
- name: Run the IP block update script
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python ./update_ip_blocks_nigeria.py