From ee76cdd7f084404cb9606883b84dcab1951f85ad Mon Sep 17 00:00:00 2001 From: thibault-deriv <104425314+thibault-deriv@users.noreply.github.com> Date: Thu, 2 Feb 2023 09:13:11 +0100 Subject: [PATCH] Add permissions to GITHUB_TOKEN for crowdin (#7334) Co-authored-by: Matin shafiei --- .github/workflows/sync_crowdin_translations.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sync_crowdin_translations.yml b/.github/workflows/sync_crowdin_translations.yml index 8d3b3d07e7321..fb4c6cdc87e21 100644 --- a/.github/workflows/sync_crowdin_translations.yml +++ b/.github/workflows/sync_crowdin_translations.yml @@ -1,5 +1,13 @@ name: Sync Crowdin translations +permissions: + actions: write + checks: write + contents: write + deployments: write + pull-requests: write + statuses: write + on: workflow_dispatch: push: