Skip to content

feat: add ip6 parameter for dual-stack IPv4/IPv6 updates (#207) #54

feat: add ip6 parameter for dual-stack IPv4/IPv6 updates (#207)

feat: add ip6 parameter for dual-stack IPv4/IPv6 updates (#207) #54

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
repository_dispatch:
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v6
- name: Deploy
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}