Skip to content

Commit

Permalink
Update workflows with needed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 20, 2021
1 parent 610d190 commit 8a5173e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_crowdin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
repository_dispatch:
types: crowdin

permissions:
contents: write
pull-requests: write

env:
CROWDIN_API_KEY: ${{ secrets.crowdin_token}}
CROWDIN_PROJECT_ID: ${{ secrets.crowdin_identifier }}
Expand Down

0 comments on commit 8a5173e

Please sign in to comment.