add api_url
This commit is contained in:
parent
731e243cb8
commit
a68e472fea
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ pipeline:
|
|||
- npx gitea-release "${{api_url}}" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "upload" "$${CI_COMMIT_MESSAGE}"
|
||||
when:
|
||||
event: tag
|
||||
secrets: [ gitea_token ]
|
||||
secrets: [ gitea_token, api_url ]
|
Loading…
Reference in a new issue