There was an error while loading. Please reload this page.
1 parent ab9274f commit f1df926Copy full SHA for f1df926
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,10 @@ name: Release
2
3
on: workflow_dispatch
4
5
+permissions:
6
+ contents: read
7
+ packages: write
8
+
9
env:
10
NuGetDirectory: ${{ github.workspace}}/nuget
11
0 commit comments