Skip to content

fix: test cloudflare purge on new auth token #1

fix: test cloudflare purge on new auth token

fix: test cloudflare purge on new auth token #1

name: Test Cloudflare Cache Purge
on:
push:
branches:
- test-cloudflare-purge
workflow_dispatch:
jobs:
test_cloudflare_purge:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Print Configuration
run: |
echo "Branch: ${{ github.ref_name }}"
echo "Commit: ${{ github.sha }}"
echo "Host: polygon-docs.polygon.technology"
- name: Cloudflare Cache Purge
uses: nathanvaughn/actions-cloudflare-purge@master
with:
cf_zone: ${{ secrets.CLOUDFLARE_ZONE }}
cf_auth: ${{ secrets.CF_WORKER_API_TOKEN }}
hosts: polygon-docs.polygon.technology