Skip to content

Commit

Permalink
fix: remove write-all permission from translation workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed May 3, 2024
1 parent c7adec8 commit 90db4c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/translation_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Crowdin Pull
on:
workflow_dispatch:

permissions: write-all

jobs:
crowdin:
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/translation_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Crowdin Push
on:
workflow_dispatch:

permissions: write-all

jobs:
crowdin-upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 90db4c0

Please sign in to comment.