fix(ci): unset GITHUB_TOKEN for release
This commit is contained in:
parent
7e0550f190
commit
01bb2ef852
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -53,4 +53,5 @@ jobs:
|
|||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ""
|
||||
GITEA_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue