From cbb441395c76e8726890c1c0841bf1e16058d452 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Wed, 17 Aug 2022 22:49:47 +0800 Subject: [PATCH] Update verify-pr.yml (#187) --- .github/workflows/verify-pr.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index 9ac82b0..2444e56 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -1,12 +1,16 @@ name: Verify PR on: - pull_request_target: + pull_request: branches: [main] paths: - domain.txt - mirror.txt +permissions: + issues: write + pull-requests: write + env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}