Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: scope down permissions for ci-docs-workflow.yaml
  • Loading branch information
AdnaneKhan committed Oct 21, 2025
commit 72f86ade0efda9b1b46adc77ea58627f8a8676c2
3 changes: 3 additions & 0 deletions .github/workflows/ci-docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
permissions:
contents: write

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