Skip to content

Commit

Permalink
Add permissions to markdownlint workflows (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner authored Sep 4, 2024
1 parent 7126295 commit 2695d3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Run linter and tests
permissions:
contents: read
pull-requests: write
on:
push:
branches:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish

permissions:
contents: read
pull-requests: write
on:
release:
types: [created]
Expand Down

0 comments on commit 2695d3b

Please sign in to comment.