From 90ae2a93cb87e482a377045656883d7f997f38ec Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:30:28 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0d3135f..7e2ee81c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,6 @@ on: # pull_request: # branches: [ "master" ] -permissions: - contents: write - env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: . @@ -28,7 +25,7 @@ env: BUILD_CONFIGURATION: Release permissions: - contents: read + contents: write jobs: build: