Skip to content

Commit f66389c

Browse files
authored
fix github actions (#102)
1 parent 9e19519 commit f66389c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/close-pull-request.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Close Pull Request
22

3+
permissions: write-all
4+
35
on:
46
pull_request_target:
57
types: [ opened ]

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
55

66
name: Release
7+
permissions: write-all
78

89
jobs:
910
release:

0 commit comments

Comments
 (0)