From b13d35b1e11f06ade38e28a5ad0cc1ff3c16f739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:23:38 +0200 Subject: [PATCH] fix(ci): grant contents:read permission for translation-sync caller --- .github/workflows/translation-sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translation-sync.yml b/.github/workflows/translation-sync.yml index 3268414d..1f2498f9 100644 --- a/.github/workflows/translation-sync.yml +++ b/.github/workflows/translation-sync.yml @@ -5,7 +5,8 @@ on: - cron: '0 2 * * *' workflow_dispatch: -permissions: {} +permissions: + contents: read jobs: sync: