mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
chore: grant write permissions to weblate action
This commit is contained in:
parent
027effa709
commit
6a662417fd
1
.github/workflows/weblate-auto-merge.yml
vendored
1
.github/workflows/weblate-auto-merge.yml
vendored
@ -7,6 +7,7 @@ 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…
Reference in New Issue
Block a user