Adding approval and apply steps for testing. #7

Merged
Trez.One merged 38 commits from initial-workflows_2025-10-17T20-10-31 into main 2025-11-03 10:51:49 -05:00
Showing only changes of commit f8c43322a0 - Show all commits
+10 -2
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"
@@ -185,3 +185,11 @@ jobs:
---
{lines}
Exit Code: ${{ steps.tofu_plan.outputs.exitcode }}
# - name: Tofu Plan Comment
# id: tofu_plan
# uses: alexnorell/tofu-pr-commenter@v2.0.0
# with:
# commenter_type: plan
# commenter_input: ${{ steps.tofu_plan.outputs.plan-output }}
# commenter_exitcode: ${{ steps.tofu_plan.outputs.exitcode }}