Compare commits

...

2 Commits

Author SHA1 Message Date
55e125c3a4 feat: with git token
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 19:35:31 +02:00
6e8ada5f5f feat: with version
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 19:35:19 +02:00

View File

@@ -59,9 +59,9 @@ kind: pipeline
name: "release-please"
steps:
- name: release
image: marcoieni/release-plz
image: marcoieni/release-plz:0.3.16
commands:
- release-plz release-pr --token $GITEA_TOKEN --backend gitea
- release-plz release-pr --git-token $GITEA_TOKEN --backend gitea
environments:
GITEA_TOKEN:
from_secret: gitea_token