Skip to content

Update IPs

Update IPs #11

Workflow file for this run

on:
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
permissions:
contents: write
name: Update IPs
jobs:
update:
runs-on: ${{ vars.RUNS_ON }}
steps:
- uses: actions/checkout@v4
- name: Setup Git
run: |
git config user.name github-actions
git config user.email github-actions@github.com
- name: Update IPs
run: make