From 8a638f0f43c3df42f0889f78b5a7b3b89fa10068 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 3 Mar 2025 10:53:51 +0200 Subject: [PATCH] fix(ci): add permissions to ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68cc54b..46d92ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ on: release: types: [ created ] +permissions: read-all + jobs: build: name: Build Binaries