From 6742dbbc55b2ca6fca37d16c613046711c62834a Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:31:52 +0000 Subject: [PATCH] Update e2e-infra-deploy.yml Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- .github/workflows/e2e-infra-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-infra-deploy.yml b/.github/workflows/e2e-infra-deploy.yml index a2640e61..6277b87e 100644 --- a/.github/workflows/e2e-infra-deploy.yml +++ b/.github/workflows/e2e-infra-deploy.yml @@ -13,12 +13,14 @@ on: workflow_call: permissions: - id-token: write contents: read jobs: deploy-core-stack: runs-on: aws-powertools_ubuntu-latest_8-core + permissions: + id-token: write + contents: read steps: - name: Checkout code uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332