Skip to content

Commit 1dc7ec6

Browse files
Update dotnet-desktop.yml
1 parent 6ada53d commit 1dc7ec6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ "master" ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114

1215
build:
@@ -17,7 +20,6 @@ jobs:
1720

1821
runs-on: windows-latest # For a list of available runner types, refer to
1922
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
20-
2123
steps:
2224
- name: Checkout
2325
uses: actions/checkout@v4

0 commit comments

Comments
 (0)