From 3becb105c3a712859991feb7baeb6a3b0ffe7527 Mon Sep 17 00:00:00 2001 From: Mattias Kindborg Date: Tue, 18 Aug 2026 22:16:01 +0200 Subject: [PATCH] chore: set default workflow token permissions to read-only --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b8857acd..96db06bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ env: CONFIGURATION: Release DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 +permissions: + contents: read + jobs: ci: runs-on: windows-2022