From 52bbe810b9a9dc0673cd03dfb8fda0b42306f501 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Mon, 16 Dec 2024 15:51:12 +0100 Subject: [PATCH] fix: adds missing id-token perm --- .github/workflows/reusable-deploy-job.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/reusable-deploy-job.yml b/.github/workflows/reusable-deploy-job.yml index 3488b29..f948e1b 100644 --- a/.github/workflows/reusable-deploy-job.yml +++ b/.github/workflows/reusable-deploy-job.yml @@ -21,6 +21,9 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.target }} name: deploy-job + permissions: + id-token: write + contents: read env: ALEXA_SKILL_STAGE: ${{ inputs.alexaSkillStage }} DEBUG: ${{ inputs.debug }}