Skip to content

Update bestcf.txt - 2024-12-19 16:08:45 #14887

Update bestcf.txt - 2024-12-19 16:08:45

Update bestcf.txt - 2024-12-19 16:08:45 #14887

Workflow file for this run

name: BestCF
on:
push:
branches:
- main
paths:
- bestcf.txt
workflow_dispatch:
jobs:
update_dns:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: BestCF
run: |
python .github/workflows/bestcf.py
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}