We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85efd commit 15007a1Copy full SHA for 15007a1
1 file changed
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
branches:
11
- '*'
12
13
+permissions:
14
+ contents: read
15
+
16
env:
17
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
18
DOTNET_NOLOGO: true
@@ -101,6 +104,9 @@ jobs:
101
104
deploy:
102
105
runs-on: ubuntu-22.04
103
106
needs: [create_nuget, build_and_test]
107
+ permissions:
108
109
+ packages: write
110
steps:
111
- uses: actions/download-artifact@v4
112
with:
0 commit comments