build: Add missing permissions

This commit is contained in:
Krille 2025-02-14 13:02:36 +01:00
parent a90a3e290e
commit 6fc66b912b
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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