diff options
author | 2024-07-23 00:46:11 +0100 | |
---|---|---|
committer | 2024-07-23 00:46:11 +0100 | |
commit | e32e39f3c878a84d29a15ff6bf6fbe14eb7afed8 (patch) | |
tree | 899759eb5fc542c3f91357f539bb720b16c7e677 | |
parent | Update certificate issuance to group together related certificates (diff) |
Always force when dry-running DNS to generate changes
-rw-r--r-- | .github/workflows/dns-dry-run.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dns-dry-run.yaml b/.github/workflows/dns-dry-run.yaml index 37734d7..d5281a5 100644 --- a/.github/workflows/dns-dry-run.yaml +++ b/.github/workflows/dns-dry-run.yaml @@ -19,6 +19,7 @@ jobs: id: generate-plan with: config_path: dns/production.yaml + force: "Yes" env: CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_RO_TOKEN }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} |