ci: add release-helper pipeline
This commit is contained in:
parent
c70c852128
commit
f1bc898a26
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
release-helper:
|
||||||
|
image: woodpeckerci/plugin-ready-release-go:2.0.0
|
||||||
|
settings:
|
||||||
|
git_email: woodpecker-bot@aireone.xyz
|
||||||
|
forge_token:
|
||||||
|
from_secret: RELEASE_HELPER_TOKEN
|
Loading…
Reference in New Issue