From a0409706446df0fd2562252e613de8d41e86b5fa Mon Sep 17 00:00:00 2001 From: Alex English Date: Wed, 20 Nov 2024 17:00:53 -0800 Subject: [PATCH] set id-token write permission --- .github/workflows/terraform-apply.yml | 1 + .github/workflows/terraform-plan.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index f154223..83e7056 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -15,6 +15,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: + id-token: 'write' contents: read pull-requests: write diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index 9ec1624..1692419 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -18,6 +18,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: + id-token: 'write' contents: read pull-requests: write