Update check-for-build-warnings.yml (#28661)
* Update check-for-build-warnings.yml * Apply suggestions from code reviewpull/28672/head
parent
cc7e14eeb3
commit
b0a21fd127
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue