Skip to content

Commit 26169f2

Browse files
committed
Add permissions section to GitHub Actions workflow
1 parent 7482bed commit 26169f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: .NET Build and Test
22

3+
permissions:
4+
contents: read
5+
checks: write
6+
pull-requests: write
7+
38
on:
49
push:
510
branches: [ main, develop ]

0 commit comments

Comments
 (0)