From d0d34205f9bef327efc6e8969b765175296d8049 Mon Sep 17 00:00:00 2001 From: haris b Date: Fri, 5 Apr 2024 14:39:01 +1100 Subject: [PATCH] Added deploy.yml to us github actions to deploy container image to lambda --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1843588..ebebb43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - feature-eda permissions: id-token: write # This is required for requesting the JWT contents: read # This is required for actions/checkout