Skip to content

Commit 3268aba

Browse files
authored
need actions permission to run workflows (#673)
1 parent ab99f24 commit 3268aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release
33
permissions:
44
pull-requests: write
55
contents: write
6+
actions: write
67

78
on:
89
push:

0 commit comments

Comments
 (0)