Skip to content

Commit

Permalink
add github workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jchannon authored May 24, 2024
1 parent a598d57 commit 89007d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:

name: Github Actions Build
runs-on: ubuntu-latest

permissions:
checks: write

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand Down

0 comments on commit 89007d2

Please sign in to comment.