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"