Skip to content

Commit 4dd08c1

Browse files
authored
Merge pull request #475 from arpitjain099/chore/declare-workflow-perms
ci: add permissions: contents: read to ci
2 parents 34f6fcd + 7de85e4 commit 4dd08c1

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)