Skip to content

Commit 3f9e693

Browse files
authored
fix github actions (#102)
1 parent 8b1c3cd commit 3f9e693

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)