From 7d8f957c52ca91f9d0232d6732aa4c2a6cb5033f Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Tue, 2 Apr 2024 20:56:56 +0200 Subject: [PATCH] Add permissions to publish test results --- .github/workflows/pull-request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 28ad59e38..2a094274f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,6 +4,7 @@ on: [pull_request] permissions: contents: read + checks: write jobs: test-windows: @@ -18,7 +19,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0' - dotnet-quality: 'preview' - name: Run tests run: dotnet test @@ -35,7 +35,6 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: '8.0' - dotnet-quality: 'preview' - name: Run tests run: dotnet test