Skip to content

Commit cc23ae3

Browse files
committed
fix(actions): add required permission for lint-check-links
1 parent 3a3a53d commit cc23ae3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint-check-links.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
lint:
1013
name: Lint

0 commit comments

Comments
 (0)