]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add permissions for NuGet package publishing
authorXhmikosR <xhmikosr@gmail.com>
Wed, 27 Aug 2025 19:10:10 +0000 (22:10 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 19:10:10 +0000 (22:10 +0300)
.github/workflows/publish-nuget.yml

index 23af174ab68a4627159dbbef7d345c249b3b383b..af97e707af57fccbc1edf713d9a0e9f7c5d906f6 100644 (file)
@@ -4,6 +4,9 @@ on:
   release:
     types: [published]
 
+permissions:
+  contents: read
+
 jobs:
   package-nuget:
     runs-on: windows-latest