mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-10 18:57:49 +08:00
feat:Update release_note_check.yml
This commit is contained in:
parent
ff752a8725
commit
76ce1131dd
2
.github/workflows/release_note_check.yml
vendored
2
.github/workflows/release_note_check.yml
vendored
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user