ci: declare explicit permissions in maintenance workflows (#38159)

Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
This commit is contained in:
Rohan Santhosh
2026-02-22 13:05:58 +08:00
committed by GitHub
parent 159fb5d6f4
commit a87a006aae
3 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ on:
- master
- "[0-9].[0-9]*"
permissions:
contents: read
jobs:
config:
runs-on: ubuntu-24.04