weaveworks / pipeline-controller

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

Simplify signing commits, remove dependency on `crazy-max/ghaction-import-gpg` #113

Closed morancj closed 1 year ago

morancj commented 1 year ago

https://github.com/weaveworks/pipeline-controller/pull/102#discussion_r1026381765

- name: Configure GPG Key
  run: |
    echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
  env:
    GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}

Would obviate #108. :slightly_smiling_face: