Fix contents permissions of backport workflow
authorMarvin Schenkel <marvinschenkel@gmail.com>
Fri, 19 Dec 2025 18:18:00 +0000 (19:18 +0100)
committerMarvin Schenkel <marvinschenkel@gmail.com>
Fri, 19 Dec 2025 18:18:00 +0000 (19:18 +0100)
.github/workflows/backport-to-stable.yml

index 77a25420e30dbf1da1eccfcbc4e2403f8e1da4ac..fffe44b044de1909d4b97c3af27e8c95e12eb3bb 100644 (file)
@@ -1,6 +1,6 @@
 name: Backport to stable
 permissions:
-  contents: read
+  contents: write
   pull-requests: write
 
 on: