mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
check out manual button
This commit is contained in:
parent
277588e629
commit
00ea865006
1 changed files with 5 additions and 4 deletions
9
.github/workflows/_deploy_lambda.yml
vendored
9
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -86,12 +86,13 @@ jobs:
|
|||
-var="image_digest=${{ inputs.image_digest }}" \
|
||||
-out=lambdaplan
|
||||
|
||||
- name: Manual Approval
|
||||
- name: Wait for Approval
|
||||
uses: trstringer/manual-approval@v1
|
||||
with:
|
||||
secret: ${{ github.TOKEN }}
|
||||
approvers: ${{ github.repository_owner }}
|
||||
issue-title: "Approve Terraform Apply for ${{ inputs.lambda_name }} (${{ inputs.stage }})"
|
||||
secret: ${{ secrets.GITHUB_TOKEN }}
|
||||
approvers: ${{ github.actor }}
|
||||
issue-title: "Click to approve Terraform Apply for ${{ inputs.lambda_name }} (${{ inputs.stage }})"
|
||||
issue-body: "Press approve to proceed with Terraform Apply"
|
||||
|
||||
- name: Terraform Apply
|
||||
working-directory: ${{ inputs.lambda_path }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue