Update check-for-build-warnings.yml (#28661)

* Update check-for-build-warnings.yml

* Apply suggestions from code review
pull/28672/head
David Pine 2023-03-13 17:54:47 -05:00 committed by GitHub
parent cc7e14eeb3
commit b0a21fd127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,7 +8,13 @@ jobs:
status_checker_job:
name: Look for build warnings
runs-on: ubuntu-latest
permissions:
statuses: write
issues: write
pull-requests: write
steps:
- uses: dotnet/docs-actions/actions/status-checker@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
docs-path: "aspnetcore"
url-base-path: "aspnet/core"