From 4800f2a172796b408e4e77892cc1809de442e086 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 13 Jan 2026 22:56:27 +0200 Subject: [PATCH] chore(ci/i18n): add permissions --- .github/workflows/i18n.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index d75384f8a..a07eeea8d 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -9,6 +9,9 @@ on: - "apps/client/src/translations/**" - ".github/workflows/i18n.yml" +permissions: + contents: read + jobs: i18n-check: name: Check i18n translations