From 785b3b0e68c820eb86377cc2c6100c4a10dcb810 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 26 Mar 2024 23:47:38 +0100 Subject: [PATCH] fix translation permissions to workflow (#6865) --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index c44bda9b8b..bdafd8cac3 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,7 +10,7 @@ env: node_version: 18 permissions: - contents: read + contents: write jobs: build: