Skip to content

Commit

Permalink
🔒️use pull_request event instead of pull_request_target for security …
Browse files Browse the repository at this point in the history
…reason (#2586)
  • Loading branch information
kuitos authored Aug 11, 2023
1 parent 3878cea commit 0386e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PullRequest Checker

on:
pull_request_target:
pull_request:
types:
- closed
paths-ignore:
Expand Down

1 comment on commit 0386e90

@vercel
Copy link

@vercel vercel bot commented on 0386e90 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

qiankun – ./

qiankun-git-master-chencheng.vercel.app
qiankun.vercel.app
qiankun-chencheng.vercel.app
qiankun.umijs.org

Please sign in to comment.