Try to fix missing permissions.

This commit is contained in:
Kavin 2022-11-10 17:35:36 +00:00
parent 26310385a7
commit 87ab7b7535
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ jobs:
fetch-depth: 0
- name: AutoMerge Weblate translations
run: gh pr merge --auto --delete-branch --merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}