You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Release automation does not work in the go-utils, kubernetes-utils and examples repos.
This is because the wrong token is used for the checkout step. That step defines the token that is also used for later git operations in the pipeline.
To be able to do auto releases we need the KEPTN_BOT_TOKEN to be used for checkout.
This can be configured in the actions/checkout action/
Release automation does not work in the go-utils, kubernetes-utils and examples repos.
This is because the wrong token is used for the checkout step. That step defines the token that is also used for later git operations in the pipeline.
To be able to do auto releases we need the
KEPTN_BOT_TOKENto be used for checkout.This can be configured in the
actions/checkoutaction/Reference: keptn/gh-automation#4