From c4e01b81c31e05911a892cd61b3812f94ddce529 Mon Sep 17 00:00:00 2001 From: ritik-deriv <115521533+ritik-deriv@users.noreply.github.com> Date: Fri, 3 May 2024 17:11:35 +0800 Subject: [PATCH] Security: Fix Workflow Permissions --- .github/workflows/translation_pull.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/translation_pull.yml b/.github/workflows/translation_pull.yml index 251253149..9a1a3f6d4 100644 --- a/.github/workflows/translation_pull.yml +++ b/.github/workflows/translation_pull.yml @@ -3,10 +3,11 @@ name: Crowdin Action on: workflow_dispatch: -permissions: write-all - jobs: crowdin: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest environment: Production steps: