check out manual button

This commit is contained in:
Jun-te Kim 2026-02-09 11:58:20 +00:00
parent 277588e629
commit 00ea865006

View file

@ -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 }}