diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7c2f28f..50bf07b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -7,11 +7,13 @@ on: types: [opened, synchronize, reopened] permissions: - contents: read - issues: read checks: write + contents: write + deployments: write + issues: write + packages: write pull-requests: write - + jobs: test: name: Build and analyze