Skip to content

Commit 3f8894f

Browse files
authored
ci: update release permissions
Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
1 parent 34e2733 commit 3f8894f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Publish NuGet package
22
on:
33
workflow_dispatch:
4-
54
permissions:
6-
contents: read
5+
contents: write
6+
issues: write
7+
pull-requests: write
78
packages: write
8-
99
jobs:
1010
prereleaseCheck:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)