Skip to content

Commit fd3a236

Browse files
authored
ci: more permissions for beta release
Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
1 parent d852d02 commit fd3a236

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-beta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Publish beta NuGet package
22
on:
33
workflow_dispatch:
44
permissions:
5-
contents: read
5+
contents: write
6+
issues: write
7+
pull-requests: write
68
packages: write
79
jobs:
810
check:

0 commit comments

Comments
 (0)