mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +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
|
name: Merge Weblate translations
|
||||||
|
|
||||||
|
permissions: read-all|write-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened]
|
types: [opened, reopened]
|
||||||
@ -7,7 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
merge:
|
merge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: read-all|write-all
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: AutoMerge Weblate translations
|
- name: AutoMerge Weblate translations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user