feat:Update release_note_check.yml

This commit is contained in:
okxlin 2023-06-04 22:28:49 +08:00 committed by GitHub
parent ff752a8725
commit 76ce1131dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();