From c89c8bab4d2f2874fc6fc0bd9d9048d87205c645 Mon Sep 17 00:00:00 2001 From: twokidsCarl Date: Mon, 6 Apr 2026 09:38:55 -0700 Subject: [PATCH] fix: add id-token permission for Claude Code Action OIDC auth Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 00d8462..65e807b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -19,6 +19,7 @@ jobs: contents: write pull-requests: write issues: write + id-token: write steps: - uses: anthropics/claude-code-action@v1 with: