Skip to content

Commit 7de85e4

Browse files
committed
ci: add permissions: contents: read to ci
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent 34f6fcd commit 7de85e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
tests:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)