Adjusting manual approval step.

This commit is contained in:
2025-11-02 16:28:06 -05:00
parent 1f516bc8e1
commit e340626cc3
+3 -3
View File
@@ -6,8 +6,8 @@ on:
branches-ignore:
- "main"
- "renovate/**"
# paths:
# - "cloudflare/**"
paths:
- "cloudflare/**"
env:
OPENTOFU_VERSION: "1.10.6"
HC_VAULT_VERSION: "1.20.4"
@@ -177,8 +177,8 @@ jobs:
- name: Wait for manual approval
uses: hmarr/auto-approve-action@v2
with:
message: "Awaiting manual approval to apply Tofu plan"
pull-request-number: ${{ needs.check-and-create-pr.outputs.pr_number }}
review-message: "Awaiting manual approval to apply Tofu plan"
apply:
name: Apply Tofu Plan