add more permission blocks

This commit is contained in:
Frank Elsinga 2026-01-02 02:58:07 +01:00
parent 1a5b989496
commit c37d019f43

View File

@ -84,6 +84,8 @@ jobs:
check-linters:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
@ -107,6 +109,8 @@ jobs:
e2e-test:
needs: [ check-linters ]
runs-on: ARM64
permissions:
contents: read
env:
PLAYWRIGHT_VERSION: ~1.39.0
steps: