From 18df99bdd079aa92afe0d67715eb0a858b50cff0 Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Thu, 11 Sep 2025 18:02:25 +0200 Subject: [PATCH] Fix repository security --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ce98f5..23500d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ name: ESP32 Build & Quality Check +permissions: + contents: read on: push: