Skip to content

Commit e0681bf

Browse files
committed
fix: add github token for pr action
1 parent a1f4497 commit e0681bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
workflow_dispatch:
55

6+
env:
7+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
69
jobs:
710
worktree_clean_checking:
811
name: workspace checking

0 commit comments

Comments
 (0)