Thanks to visit codestin.com
Credit goes to github.com

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

Commit c4e01b8

Browse files
authored
Security: Fix Workflow Permissions
1 parent 90dff9e commit c4e01b8

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)