diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f3156ff..9b42bcf 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -7,6 +7,10 @@ on: jobs: build: runs-on: windows-latest + permissions: + contents: write + pull-requests: write + repository-projects: write steps: - name: Checkout Repository