Commit 9944dd9
committed
Set minimal GitHub token permissions for CI workflow
This adds explicit permissions block with contents:read to follow the
principle of least privilege. By default, GitHub Actions tokens have
broad write access to the repository, which poses unnecessary security
risks.1 parent ee31649 commit 9944dd9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments