Skip to content

Rename test.json to test.is-not.cool.json #27

Rename test.json to test.is-not.cool.json

Rename test.json to test.is-not.cool.json #27

Workflow file for this run

name: Publish
on:
push:
branches: [main]
paths:
- "domains/**"
- ".github/workflows/publish.yml"
- "dnsconfig.js"
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-publish
cancel-in-progress: false
jobs:
dns:
name: DNS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update creds.json
- run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN", "accountid":"$CLOUDFLARE_ACCOUNT_ID"}}' > ./creds.json
- name: Publish
uses: is-cool-me/[email protected]
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
with:
args: push
config_file: "dnsconfig.js"