Skip to content

Commit c972e5b

Browse files
authored
fix(security): add missing workflow top level permissions (#181)
1 parent 6853ab5 commit c972e5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/vis-network.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
paths:
1111
- workspaces/vis-network/**
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
test:
1518
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)