Skip to content

Commit ac14b8d

Browse files
committed
ci: declare contents:read on CI workflow
CI runs three notebook-only jobs (nbfmt, nblint, outputs-removed) against the diff. None touch the GitHub API beyond actions/checkout. contents:read is the minimum. Matches the per-job permissions blocks already used in notebook-pr-bot.yml and the workflow-level scopes documented in build-and-deploy.yml. Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 0054aff commit ac14b8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
paths:
77
- "site/en/**"
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
nbfmt:
1114
name: Notebook format

0 commit comments

Comments
 (0)