Skip to content

Commit 372d953

Browse files
AlexPl292claude
andcommitted
Fix checkClaudeModel workflow OIDC authentication
Add missing permissions block with id-token: write required for anthropics/claude-code-action to obtain OIDC token. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 7db507b commit 372d953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checkClaudeModel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository == 'JetBrains/ideavim'
1212

13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
id-token: write
17+
1318
steps:
1419
- name: Checkout repository
1520
uses: actions/checkout@v4

0 commit comments

Comments
 (0)