Skip to content

Commit e83dbb0

Browse files
chore(ci): set permission for GitHub Action
1 parent 8747f1f commit e83dbb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish NuGet Package
2-
2+
permissions:
3+
contents: read
4+
pull-requests: write
5+
36
on:
47
workflow_dispatch: # Allow running the workflow manually from the GitHub UI
58
push:

0 commit comments

Comments
 (0)