We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38f4a commit ddbaaacCopy full SHA for ddbaaac
1 file changed
.github/workflows/build.yml
@@ -5,10 +5,13 @@ on:
5
branches:
6
- main
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
build:
13
name: Build All Projects
- runs-on: ubuntu-latest
14
+ runs-on: ubuntu-latest
15
16
strategy:
17
fail-fast: false
@@ -30,4 +33,4 @@ jobs:
30
33
run: dotnet restore ${{ matrix.project }}
31
34
32
35
- name: Build project
- run: dotnet build ${{ matrix.project }} --no-restore --configuration Release
36
+ run: dotnet build ${{ matrix.project }} --no-restore --configuration Release
0 commit comments