ci: restrictive permission for gh actions

This commit is contained in:
ruthra kumar
2025-06-17 15:41:48 +05:30
parent 10a83698eb
commit fa82d3fbb1
12 changed files with 40 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest