mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Try to fix missing permissions.
This commit is contained in:
parent
26310385a7
commit
87ab7b7535
1 changed files with 2 additions and 0 deletions
2
.github/workflows/weblate-merge.yml
vendored
2
.github/workflows/weblate-merge.yml
vendored
|
@ -17,3 +17,5 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: AutoMerge Weblate translations
|
- name: AutoMerge Weblate translations
|
||||||
run: gh pr merge --auto --delete-branch --merge
|
run: gh pr merge --auto --delete-branch --merge
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue