Skip to content

Commit cbfa50e

Browse files
authored
Add permissions block to build-samples workflow (#155)
1 parent 12a76f4 commit cbfa50e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-samples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "samples/**"
1313
- ".github/workflows/build-samples.yml"
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
dotnet:
1720
name: .NET Samples

0 commit comments

Comments
 (0)