ci: add permissions for contents in CI workflow

This commit is contained in:
2026-04-30 20:31:39 +02:00
committed by GitHub
parent ccb2d39c16
commit c9a6d8f39b
+2
View File
@@ -12,6 +12,8 @@ env:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6