Skip to content

Commit 2695d3b

Browse files
Add permissions to markdownlint workflows (#114)
1 parent 7126295 commit 2695d3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Run linter and tests
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
push:
47
branches:

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish
2-
2+
permissions:
3+
contents: read
4+
pull-requests: write
35
on:
46
release:
57
types: [created]

0 commit comments

Comments
 (0)