fix: 修复环境变量为 GITEA_TOKEN
This commit is contained in:
parent
140d844f70
commit
3ae057cdd8
@ -7,7 +7,7 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITEA_API_TOKEN: ${{ secrets.GITEA_API_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
GITEA_URL: https://gitea.shtao1.cn
|
GITEA_URL: https://gitea.shtao1.cn
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user