Skip to content

Commit a90ef19

Browse files
[GitHub] Add minimum token permissions for workflow (#10749)
Signed-off-by: Varun Sharma <[email protected]> Signed-off-by: Varun Sharma <[email protected]>
1 parent a4ff124 commit a90ef19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on: pull_request
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
pylint:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)