Skip to content

Apply DNS Changes #4765

Apply DNS Changes

Apply DNS Changes #4765

Workflow file for this run

name: Apply DNS Changes
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "*/5 * * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
sudo pip install yq
- run: |
chmod +x ./utils/apply_changes.sh
./utils/apply_changes.sh ${{ secrets.CF_TOKEN }} ${{ secrets.CF_ZONE }}