summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <aleksandrosansan@gmail.com>2022-10-30 22:48:14 +0200
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-11-05 17:27:23 +0000
commit11567ee200fa06e7b55df140a563a18741458068 (patch)
tree94df9fc5b8abbcbec8a3b50c279340ecf106d862
parentab6cc6da4929545baa00eb8a07aa3949d9dcd38c (diff)
downloadswig-11567ee200fa06e7b55df140a563a18741458068.tar.gz
build: harden nuget.yml permissions
Signed-off-by: Alex <aleksandrosansan@gmail.com>
-rw-r--r--.github/workflows/nuget.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml
index 7b8174a1e..40ab4244c 100644
--- a/.github/workflows/nuget.yml
+++ b/.github/workflows/nuget.yml
@@ -13,6 +13,9 @@ on:
- 'Doc/**'
- 'appveyor.yml'
+permissions:
+ contents: read # to fetch code (actions/checkout)
+
jobs:
build: