diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e7e45e0..c40d1c3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,6 +5,14 @@ on: - main pull_request: types: [opened, synchronize, reopened] + +permissions: + contents: write + deployments: write + issues: write + packages: write + pull-requests: write + jobs: test: name: Test