ci: pull_request_target & remove useless secret

This commit is contained in:
NoPlagiarism 2024-12-19 21:07:46 +05:00
parent 243ebb8df2
commit 141634ca88
2 changed files with 1 additions and 3 deletions

View file

@ -15,5 +15,3 @@ jobs:
steps:
- name: Assign PR to creator
uses: toshimaru/auto-author-assign@v2.1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -3,7 +3,7 @@ name: Set Milestone
# Assigns the earliest created milestone that matches the below glob pattern.
on:
pull_request:
pull_request_target:
types: [opened]
permissions: