Skip to content

Commit

Permalink
Merge pull request #4 from riezebosch/master
Browse files Browse the repository at this point in the history
make pipeline run smooth
  • Loading branch information
tschissler authored Feb 20, 2024
2 parents 6f91afa + 276cbe5 commit 0edb6f6
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 0edb6f6

Please sign in to comment.