mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: fix weblate action permissions
This commit is contained in:
parent
77ee7b82c3
commit
d5479458e6
3
.github/workflows/weblate-auto-merge.yml
vendored
3
.github/workflows/weblate-auto-merge.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: Merge Weblate translations
|
||||
|
||||
permissions: read-all|write-all
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened]
|
||||
@ -7,7 +9,6 @@ on:
|
||||
jobs:
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: read-all|write-all
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: AutoMerge Weblate translations
|
||||
|
Loading…
Reference in New Issue
Block a user