fix: 使用 secrets.release 作为 token 名称
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
- name: Create release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.release }}
|
||||
run: |
|
||||
cd artifacts
|
||||
COMMIT_MSG=$(git log -1 --format="%s" HEAD)
|
||||
|
||||
Reference in New Issue
Block a user