Skip to content
Prev Previous commit
Next Next commit
ci: scope down permissions for samples.yml
  • Loading branch information
AdnaneKhan committed Oct 21, 2025
commit 403bdbbca794e28c4e373764bd3bbc61927a9d9f
3 changes: 3 additions & 0 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- 'samples/**'
- '.github/workflows/samples.yml'

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down