From e49491594e617f32025973eb52473f3aadc73177 Mon Sep 17 00:00:00 2001 From: shafin-deriv Date: Fri, 3 May 2024 11:35:53 +0800 Subject: [PATCH] fix: add permission to job level --- .github/workflows/translation_pull.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translation_pull.yml b/.github/workflows/translation_pull.yml index 3ad15c3ce..cb847e440 100644 --- a/.github/workflows/translation_pull.yml +++ b/.github/workflows/translation_pull.yml @@ -5,6 +5,9 @@ on: jobs: crowdin: + permissions: + contents: write + pull-requests: write runs-on: ubuntu-latest environment: Production steps: