From 1fcefe1082109e60de63dab46c09253e7db2d9de Mon Sep 17 00:00:00 2001 From: sck_0 Date: Tue, 27 Jan 2026 09:50:11 +0100 Subject: [PATCH] chore(ci): grant contents write permission for auto-sync --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a2c6828..aa3b94d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: Skills Registry CI +permissions: + contents: write + on: push: branches: ["main", "feat/*"]