From b0a21fd12760cdf27e484af7d6a0508d08d50510 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 13 Mar 2023 17:54:47 -0500 Subject: [PATCH] Update check-for-build-warnings.yml (#28661) * Update check-for-build-warnings.yml * Apply suggestions from code review --- .github/workflows/check-for-build-warnings.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index 26eb1e2eec..a63816850a 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -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"