We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac3035 commit 046a0e2Copy full SHA for 046a0e2
.github/workflows/build-dev.yml
@@ -12,6 +12,9 @@ on:
12
tags:
13
- '*'
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
nuget:
20
runs-on: ubuntu-latest
.github/workflows/pull-request.yml
@@ -2,6 +2,9 @@ name: Build and test PRs
2
3
on: [pull_request]
4
5
6
7
8
9
test:
10
runs-on: windows-latest
0 commit comments