Skip to content

Commit 7b006b7

Browse files
committed
chore: update permissions for NuGet publishing job in workflow
1 parent b005b3b commit 7b006b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
publish-nuget:
1818
name: Publish to NuGet.org
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: read
22+
packages: write
2023

2124
steps:
2225
- name: Checkout code

0 commit comments

Comments
 (0)