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
@@ -1,4 +1,4 @@
name: 'Status checker'
name: 'OPS status checker'
on:
pull_request_target:
@@ -8,6 +8,8 @@ jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: dotnet/docs-actions/actions/status-checker@main
with: