build: harden nuget.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
parent
1e99e4fe37
commit
62e27bb616
1 changed files with 3 additions and 0 deletions
3
.github/workflows/nuget.yml
vendored
3
.github/workflows/nuget.yml
vendored
|
|
@ -13,6 +13,9 @@ on:
|
|||
- 'Doc/**'
|
||||
- 'appveyor.yml'
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue