From 74f5a5bc18f44fff652ff539dac9217f108c97f3 Mon Sep 17 00:00:00 2001 From: Alex English Date: Wed, 20 Nov 2024 17:08:39 -0800 Subject: [PATCH] fix permission encoding --- .github/workflows/terraform-apply.yml | 2 +- .github/workflows/terraform-plan.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index 83e7056..a4b569b 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -15,7 +15,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: - id-token: 'write' + id-token: write contents: read pull-requests: write diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index 1692419..d590366 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -18,7 +18,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: - id-token: 'write' + id-token: write contents: read pull-requests: write