build: Add missing permissions
This commit is contained in:
parent
a90a3e290e
commit
6fc66b912b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/weblate_auto_merge.yaml
vendored
3
.github/workflows/weblate_auto_merge.yaml
vendored
|
|
@ -7,6 +7,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
if: github.actor == 'weblate'
|
if: github.actor == 'weblate'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue