Skip to content

Commit

Permalink
Add permissions to GITHUB_TOKEN for crowdin (binary-com#7334)
Browse files Browse the repository at this point in the history
Co-authored-by: Matin shafiei <[email protected]>
  • Loading branch information
thibault-deriv and matin-deriv authored Feb 2, 2023
1 parent 0d6f745 commit ee76cdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sync_crowdin_translations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Sync Crowdin translations

permissions:
actions: write
checks: write
contents: write
deployments: write
pull-requests: write
statuses: write

on:
workflow_dispatch:
push:
Expand Down

0 comments on commit ee76cdd

Please sign in to comment.