build: Add missing permissions

pull/1615/head
Krille 2 weeks ago
parent a90a3e290e
commit 6fc66b912b
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -7,6 +7,9 @@ on:
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
if: github.actor == 'weblate'
steps:
- name: Checkout Repository

Loading…
Cancel
Save