weaveworks / pipeline-controller

This repository contains the Pipeline CRD and associated controller for Weave GitOps Enterprise.
1 stars 4 forks source link

fix: Replace GH action with gpg/git commands #115

Closed yiannistri closed 1 year ago

yiannistri commented 1 year ago

This PR replaces a GH action and uses gpg/git commands instead to setup signing commits.

As per https://github.com/weaveworks/pipeline-controller/pull/102#discussion_r1026382768 I have added a new PGP key to use for signing that does not require a passphrase.

Closes #113