ci: Grant workflow necessary permission

This commit is contained in:
oSumAtrIX 2024-10-19 15:03:25 +02:00 committed by GitHub
parent 9ed6ca64e5
commit 54bfc4b012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ jobs:
name: Pull strings name: Pull strings
permissions: permissions:
contents: write contents: write
pull-requests: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout