deployments-k8s
deployments-k8s copied to clipboard
`Update References` commits are not signed and trigger `integration-k8s-kind` CI during releasing
Description
-
Update References
workflow is triggered by PRs merged during releases. This behaviour triggersintegration-k8s-kind
CI - Commits created by
Update References
workflow are not signed
Solution
- Remove
automerge is completed
trigger fromUpdate References
workflow. - Use GPG keys to sign commits
Solutions for unsigned commits
- Use GPG keys. Described here.
- Make commits using Github API. In this case the commit's author will be
github-actions[bot]
(instead ofnsmbot
)