This commit is contained in:
parent
98a23b4d31
commit
a504ca2fad
@ -8,8 +8,6 @@ pipeline:
|
|||||||
- ./gospt completion fish > gospt_fish
|
- ./gospt completion fish > gospt_fish
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
@ -22,3 +20,22 @@ pipeline:
|
|||||||
api_key:
|
api_key:
|
||||||
from_secret: GITEA_KEY
|
from_secret: GITEA_KEY
|
||||||
checksum: sha256
|
checksum: sha256
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
|
comment:
|
||||||
|
image: mcs94/gitea-comment
|
||||||
|
settings:
|
||||||
|
gitea_address: https://gitea.asdf.cafe
|
||||||
|
gitea_token:
|
||||||
|
from_secret: GITEA_KEY
|
||||||
|
comment: >
|
||||||
|
✅ Build ${CI_BUILD_EVENT} of `${CI_REPO_NAME}` has status `${CI_BUILD_STATUS}`.
|
||||||
|
|
||||||
|
📝 Commit by ${CI_COMMIT_AUTHOR} on `${CI_COMMIT_BRANCH}`:
|
||||||
|
|
||||||
|
`${CI_COMMIT_MESSAGE}`
|
||||||
|
|
||||||
|
🌐 ${CI_BUILD_LINK}
|
||||||
|
when:
|
||||||
|
event: [pull_request]
|
||||||
|
Loading…
Reference in New Issue
Block a user