Skip to content

Commit 74c95c8

Browse files
authored
feat: add workflow permisions for relase-please; also release, please (#151)
1 parent a7078e4 commit 74c95c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/local_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This workflow creates new github release and updates changelog
22
name: release new version
33

4+
permissions:
5+
contents: write
6+
pull-requests: write
7+
48
on:
59
workflow_dispatch:
610

0 commit comments

Comments
 (0)