chore: allow PR writes

This commit is contained in:
Nick the Sick 2024-07-03 18:35:46 +02:00
parent 14a00f48d7
commit a43afc3209
No known key found for this signature in database
GPG Key ID: F575992F156E5BCC

View File

@ -10,6 +10,7 @@ on:
permissions:
id-token: write
contents: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}