Skip to content

Commit 141634c

Browse files
committed
ci: pull_request_target & remove useless secret
1 parent 243ebb8 commit 141634c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/pr_assignee.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ jobs:
1515
steps:
1616
- name: Assign PR to creator
1717
uses: toshimaru/[email protected]
18-
with:
19-
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr_milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Set Milestone
33
# Assigns the earliest created milestone that matches the below glob pattern.
44

55
on:
6-
pull_request:
6+
pull_request_target:
77
types: [opened]
88

99
permissions:

0 commit comments

Comments
 (0)