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: