Skip to content

Commit 62144b0

Browse files
authored
Merge pull request #4736 from arpitjain099/ci/add-permissions
ci(test): declare contents: read on the unit-test workflow
2 parents fe1897b + 121b954 commit 62144b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Unit Test
22
on:
33
- push
44
- pull_request
5+
6+
permissions:
7+
contents: read
8+
59
jobs:
610
build:
711
name: Build

0 commit comments

Comments
 (0)