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
53367bcb98
commit
277588e629
1 changed files with 7 additions and 0 deletions
7
.github/workflows/_deploy_lambda.yml
vendored
7
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -86,6 +86,13 @@ jobs:
|
|||
-var="image_digest=${{ inputs.image_digest }}" \
|
||||
-out=lambdaplan
|
||||
|
||||
- name: Manual 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 }})"
|
||||
|
||||
- name: Terraform Apply
|
||||
working-directory: ${{ inputs.lambda_path }}
|
||||
run: terraform apply -auto-approve lambdaplan
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue