Skip to content

Commit 25c445a

Browse files
authored
fix: add id-token write permission for OIDC authentication (#225)
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
1 parent bc17645 commit 25c445a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/feature-discovery.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
contents: read
3434
issues: write
3535
actions: read
36+
id-token: write
3637

3738
steps:
3839
- name: Checkout repository

0 commit comments

Comments
 (0)