Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6571f72

Browse files
Merge pull request #325 from ritik-deriv/fix/gh-actions/permissions
Security: Fix Workflow Permissions
2 parents 90dff9e + c4e01b8 commit 6571f72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/translation_pull.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Crowdin Action
33
on:
44
workflow_dispatch:
55

6-
permissions: write-all
7-
86
jobs:
97
crowdin:
8+
permissions:
9+
contents: write
10+
pull-requests: write
1011
runs-on: ubuntu-latest
1112
environment: Production
1213
steps:

0 commit comments

Comments
 (0)