ci: add explicit permissions to workflows

This commit is contained in:
Claude
2026-03-28 09:32:48 +00:00
parent 2b920fc47a
commit 8cbd11816e
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -5,6 +5,10 @@ on:
# paths: ["app/src/main/res/**/strings.xml"] // removes filter to allow downloads at any moment.
branches: [ main ]
permissions:
contents: write
pull-requests: write
jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest