Skip to content

Commit 3bc75c4

Browse files
committed
trying out token permissions
1 parent 3292ac7 commit 3bc75c4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
contents: read
1212
pull-requests: write
1313
issues: write
14+
id-token: write
1415
steps:
1516
# Simply checking out the repository is sufficient - the action handles the PR code
1617
- name: Checkout code

.github/workflows/claude-comment-response.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
contents: write
1313
pull-requests: write
1414
issues: write
15+
id-token: write
1516
steps:
1617
# Simply checking out the repository is sufficient
1718
- name: Checkout code

.github/workflows/claude-pr-creation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
issues: write
20+
id-token: write
2021
steps:
2122
# Simply checking out the repository is sufficient
2223
- name: Checkout code

0 commit comments

Comments
 (0)