From 640f9afba5135099e67e2fe7ec4f487dc37063f9 Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Sun, 8 Mar 2026 11:45:40 +0100 Subject: [PATCH] Try givingpermission --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e45b5f9..06f7766 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: ["main"] tags: ["v*"] +permissions: + contents: write + jobs: build: name: Build packages