Skip to content

Commit d44676e

Browse files
authored
Merge pull request #490 from arpitjain099/chore/declare-workflow-perms
ci: declare contents:read on lint_and_coverage workflow
2 parents 2883945 + 7d1df6e commit d44676e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint_and_coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: ['*']
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
linting:
1114
name: Lint and Coverage

0 commit comments

Comments
 (0)