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