Skip to content

Commit

Permalink
Merge pull request #24 from shafin-deriv/shafin/DAPI-547/fix--change-…
Browse files Browse the repository at this point in the history
…workflow-permission-1

fix: remove write-all permission from translation workflows
  • Loading branch information
sandeep-deriv authored May 3, 2024
2 parents cccdfc5 + 90db4c0 commit 6d035d9
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 6d035d9

Please sign in to comment.