From ddbaaac83ec6382e4ec91b704ace93930db3465f Mon Sep 17 00:00:00 2001 From: anumol-baby Date: Tue, 13 May 2025 23:28:11 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06ac4a31..0dfc2859 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,13 @@ on: branches: - main +permissions: + contents: read + jobs: build: name: Build All Projects - runs-on: ubuntu-latest + runs-on: ubuntu-latest strategy: fail-fast: false @@ -30,4 +33,4 @@ jobs: run: dotnet restore ${{ matrix.project }} - name: Build project - run: dotnet build ${{ matrix.project }} --no-restore --configuration Release \ No newline at end of file + run: dotnet build ${{ matrix.project }} --no-restore --configuration Release