From f3f5c3efe2d77a24c9576054a896591114bf90d5 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:30:44 +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 3268414..1f2498f 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: