We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca85d1 commit 1e09bdfCopy full SHA for 1e09bdf
1 file changed
.github/workflows/nuget-publish.yml
@@ -17,7 +17,9 @@ env:
17
jobs:
18
build:
19
runs-on: windows-latest
20
-
+ permissions:
21
+ packages: write
22
+
23
steps:
24
- uses: actions/checkout@v3
25
0 commit comments