From 5529bdcff218643b1d3578e1a57b0d9ad7cef0da Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Mar 2026 12:11:41 +0000 Subject: [PATCH] include aws access and region on engine image build --- .github/workflows/deploy_terraform.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 5fbd2d83..80a24eb3 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -251,6 +251,10 @@ jobs: ecr_repo: engine-${{ needs.determine_stage.outputs.stage }} dockerfile_path: backend/docker/engine.Dockerfile build_context: . + secrets: + AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }} + AWS_REGION: ${{ secrets.DEV_AWS_REGION }} # ============================================================ # Deploy Categorisation Lambda