Skip to content

Commit 5bf3a3b

Browse files
EDsCODEclaude
andcommitted
Add explicit permissions to CI workflow
Address GitHub Advanced Security recommendation to limit GITHUB_TOKEN permissions. Set minimal `contents: read` permission. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ccdf4d commit 5bf3a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
test:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)