From 76ce1131ddc5e6c0844c55912302f080402b3b71 Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:28:49 +0800 Subject: [PATCH] feat:Update release_note_check.yml --- .github/workflows/release_note_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_note_check.yml b/.github/workflows/release_note_check.yml index 75c44340..de9e19d8 100644 --- a/.github/workflows/release_note_check.yml +++ b/.github/workflows/release_note_check.yml @@ -18,7 +18,7 @@ jobs: - name: 设置 Octokit uses: actions/github-script@v5 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUBTOKEN }} script: | const { Octokit } = require("@octokit/core"); const octokit = new Octokit();