Skip to content

Commit 2a1076a

Browse files
committed
fix: Workflow does not contain permissions
1 parent 648bf97 commit 2a1076a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
on: push
33
name: build
4+
permissions:
5+
contents: read
46
jobs:
57
test:
68
name: Run tests

0 commit comments

Comments
 (0)