Fix broad permissions in the twisted_trunk.yml workflow

This commit is contained in:
Denis Kasak
2026-07-14 15:52:19 +02:00
parent dfaa9fda62
commit be13e1e506
+7
View File
@@ -1,5 +1,8 @@
name: Twisted Trunk
permissions:
contents: read
on:
schedule:
- cron: 0 8 * * *
@@ -169,6 +172,10 @@ jobs:
- sytest
- complement
permissions:
contents: read
issues: write
runs-on: ubuntu-latest
steps: