Skip to content

Commit 50ea44d

Browse files
committed
ci: add GitHub token permissions for workflow
Signed-off-by: Varun Sharma <[email protected]>
1 parent c5b753a commit 50ea44d

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
@@ -2,6 +2,9 @@
22
# Most of the CI is defined in ci.jsonnet.
33
name: CI
44
on: [push, pull_request]
5+
permissions:
6+
contents: read
7+
58
jobs:
69
lint:
710
name: lint

0 commit comments

Comments
 (0)