From 424cd6e12822f128157c528ea065fe384c54eb14 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Mon, 12 Jan 2026 17:42:08 +0000 Subject: [PATCH] fixup! CLDC-NONE: Add a manual runner pipeline that can redeploy review app code use correct key id use snake case --- .github/workflows/manual_review_code_pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual_review_code_pipeline.yml b/.github/workflows/manual_review_code_pipeline.yml index 86bf2e221..2ea0719ca 100644 --- a/.github/workflows/manual_review_code_pipeline.yml +++ b/.github/workflows/manual_review_code_pipeline.yml @@ -1,12 +1,12 @@ name: Manual review app code pipeline concurrency: - group: review-${{ inputs.key }} + group: review-${{ inputs.review_app_key }} on: workflow_dispatch: inputs: - review-app-key: + review_app_key: required: true type: string description: "The review app ID to deploy code for." @@ -22,8 +22,8 @@ jobs: with: aws_account_id: 837698168072 aws_role_prefix: core-dev - aws_task_prefix: core-review-${{ inputs.key }} - concurrency_tag: ${{ inputs.key }} + aws_task_prefix: core-review-${{ inputs.review_app_key }} + concurrency_tag: ${{ inputs.review_app_key }} environment: review permissions: id-token: write