mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 13:40:39 +00:00
Fix broad permissions in the twisted_trunk.yml workflow
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user