Skip to content

Commit 36627fb

Browse files
authored
Merge pull request #471 from kimocoder/copilot/update-workflow-permissions
fix: add id-token: write permission to claude.yml workflow
2 parents e6a1455 + 8fc2667 commit 36627fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
claude:
1313
runs-on: ubuntu-latest
1414
permissions:
15+
id-token: write
1516
contents: write
1617
pull-requests: write
1718
issues: write

0 commit comments

Comments
 (0)