Updated workflows with permission restrictions (#1267)

* Updated workflows

* Remove docs verifier for now
This commit is contained in:
Andy (Steve) De George
2022-01-07 13:34:04 -08:00
committed by GitHub
parent 50d7e1b38f
commit 97abdbc51c
5 changed files with 18 additions and 25 deletions
+4
View File
@@ -2,6 +2,8 @@ name: Markdownlint
on:
push:
branches:
- main
paths:
- "**/*.md"
- ".markdownlint.json"
@@ -18,6 +20,8 @@ jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2