From 276cbe5448143480f0240a806c1a82d013be6bab Mon Sep 17 00:00:00 2001 From: Manuel Riezebosch Date: Tue, 10 Oct 2023 14:17:23 +0200 Subject: [PATCH] fix(build): add permissions for test task --- .github/workflows/buildpipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/buildpipeline.yaml b/.github/workflows/buildpipeline.yaml index 3549205..9662d43 100644 --- a/.github/workflows/buildpipeline.yaml +++ b/.github/workflows/buildpipeline.yaml @@ -8,6 +8,10 @@ on: - '**.cs' - '**.csproj' +permissions: + contents: read + checks: write + env: DOTNET_VERSION: '6.0' # The .NET SDK version to use