🔒️ fix permissions on workflow

This commit is contained in:
ctcpip
2025-04-14 15:01:41 -05:00
parent 0ab83badae
commit cae37bd7bc

View File

@@ -5,7 +5,9 @@ on:
branches: [ gh-pages ]
workflow_dispatch:
permissions: write-all
permissions:
contents: write
pull-requests: write
jobs:
synchronize-with-crowdin: