Changing manual approval action...
This commit is contained in:
@@ -166,17 +166,10 @@ jobs:
|
|||||||
working_directory: cloudflare
|
working_directory: cloudflare
|
||||||
|
|
||||||
- name: Wait for manual approval
|
- name: Wait for manual approval
|
||||||
uses: trstringer/manual-approval@v1.12.0
|
uses: https://git.trez.wtf/Trez/gitea-manual-approval@main
|
||||||
with:
|
with:
|
||||||
secret: ${{ secrets.BOT_GITEA_TOKEN }}
|
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
approvers: WTF
|
approvers: trez,gitea-sonarqube-bot,renovate-bot,root
|
||||||
minimum-approvals: 1
|
|
||||||
issue-title: "Tofu Plan for ${{ needs.check-and-create-pr.outputs.pr_number }}"
|
|
||||||
issue-body: "Please approve or deny the deployment of the below Tofu plan"
|
|
||||||
additional-approved-words: app,lgtm,y,m
|
|
||||||
issue-body-file-path: cloudflare/cloudflare.tfplan
|
|
||||||
exclude-workflow-initiator-as-approver: false
|
|
||||||
fail-on-denial: true
|
|
||||||
|
|
||||||
# apply:
|
# apply:
|
||||||
# name: Apply Tofu Plan
|
# name: Apply Tofu Plan
|
||||||
|
|||||||
Reference in New Issue
Block a user