fix: add write permission to translation workflow

Made-with: Cursor
This commit is contained in:
decolua
2026-03-06 12:16:21 +07:00
parent 4a1521de09
commit 3fca8a71f5

View File

@@ -11,6 +11,8 @@ on:
jobs:
translate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code