From c41edd0cf72dc722dcc10009b33db41b980ec9f7 Mon Sep 17 00:00:00 2001 From: mikumifa <1055069518@qq.com> Date: Sat, 11 Nov 2023 10:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/drawer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/drawer.yml b/.github/workflows/drawer.yml index 439cae1..7e87b48 100644 --- a/.github/workflows/drawer.yml +++ b/.github/workflows/drawer.yml @@ -33,6 +33,8 @@ jobs: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5 + with: + token: ${{ secrets.GITHUB_TOKEN }} # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml