Skip to content

Commit

Permalink
fix(build): add permissions for test task
Browse files Browse the repository at this point in the history
  • Loading branch information
riezebosch committed Oct 10, 2023
1 parent 3c2a339 commit 276cbe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildpipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- '**.cs'
- '**.csproj'

permissions:
contents: read
checks: write

env:
DOTNET_VERSION: '6.0' # The .NET SDK version to use

Expand Down

0 comments on commit 276cbe5

Please sign in to comment.