From e7b6af6f38df5c70df09e7bdbe3858c77be9b479 Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:05:58 +0200 Subject: [PATCH] Set minimal permissions for CI/CD GitHub workflow --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a4344fb6..89cae2e5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,6 +1,8 @@ --- name: CI/CD +permissions: {} + on: merge_group: push: