Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Add permissions to GITHUB_TOKEN for crowdin #7334

Merged
merged 2 commits into from
Feb 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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