[F] Fix secret name cannot start with GITHUB
This commit is contained in:
parent
821b3069be
commit
fd2dfb80ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -112,4 +112,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
bodyFile: "temp_CHANGELOG.md"
|
bodyFile: "temp_CHANGELOG.md"
|
||||||
tag: ${{ env.BUILDVER }}
|
tag: ${{ env.BUILDVER }}
|
||||||
token: ${{ secrets.GITHUB_API_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue