deployments-k8s icon indicating copy to clipboard operation
deployments-k8s copied to clipboard

`Update References` commits are not signed and trigger `integration-k8s-kind` CI during releasing

Open NikitaSkrynnik opened this issue 10 months ago • 1 comments

Description

  1. Update References workflow is triggered by PRs merged during releases. This behaviour triggers integration-k8s-kind CI
  2. Commits created by Update References workflow are not signed

Solution

  1. Remove automerge is completed trigger from Update References workflow.
  2. Use GPG keys to sign commits

NikitaSkrynnik avatar Apr 01 '24 06:04 NikitaSkrynnik

Solutions for unsigned commits

  1. Use GPG keys. Described here.
  2. Make commits using Github API. In this case the commit's author will be github-actions[bot] (instead of nsmbot)

NikitaSkrynnik avatar Apr 04 '24 03:04 NikitaSkrynnik