Merge pull request #48087 from ruthra-kumar/restrictive_permissions_on_github_actions

ci: restrictive permission on github token
This commit is contained in:
ruthra kumar
2025-06-17 12:22:13 +05:30
committed by GitHub

View File

@@ -11,6 +11,9 @@ on:
- "**.html"
- "**.csv"
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest