From ee038cfbb09bffc03c0dce67a6238617345c93de Mon Sep 17 00:00:00 2001 From: Mattias Kindborg Date: Tue, 18 Aug 2026 18:02:52 +0200 Subject: [PATCH] ci: 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