Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit e56bd79

Browse files
committed
ci(consistency): declare contents: read
The Consistency workflow runs lint / format / changelog-verify checks on pull_request and push to main and doesn't touch the API. Mirror the top-level permissions style already used in prepare-auto-release-branch.yml and pin the default GITHUB_TOKEN to read-only. Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 26ed19c commit e56bd79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/consistency.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
merge_group:
1111
workflow_dispatch: {}
1212

13+
permissions:
14+
contents: read
15+
1316
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1417
jobs:
1518
check-changes:

0 commit comments

Comments
 (0)