From ded6e7d53f80f602d4e5c05fbc5808e70c3241e9 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Mon, 1 Sep 2025 01:16:39 +0200 Subject: [PATCH] fix: add id-token write permission for OIDC authentication Resolves workflow failure in AWS Backup Feature Discovery where the anthropics/claude-code-action@beta requires id-token: write permission to authenticate via OIDC tokens. Closes #224 --- .github/workflows/feature-discovery.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature-discovery.yml b/.github/workflows/feature-discovery.yml index 87f1653..3a819c2 100644 --- a/.github/workflows/feature-discovery.yml +++ b/.github/workflows/feature-discovery.yml @@ -33,6 +33,7 @@ jobs: contents: read issues: write actions: read + id-token: write steps: - name: Checkout repository