Skip to content

Commit

Permalink
Updated gpg passphrase and key
Browse files Browse the repository at this point in the history
  • Loading branch information
ToreMerkely committed Oct 2, 2024
1 parent 5b8a512 commit 6049e30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
14 changes: 3 additions & 11 deletions secrets/gh-repo-gpg-passphrase.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
secret-name: GPG_PASSPHRASE
secret-expire: 2024-09-01
secret-expire: never
secret-updated:
secret-updated-by:
secret-updated-by: sami
secret-type: gh-repo
is-secret: true
secret-usage: Used to have a signe git commit for helm chart.
Used together with GPG_PRIVATE_KEY and
commiter in Create Pull Request in helm-chart.yml

update-instructions:
Instructions here: https://github.com/crazy-max/ghaction-import-gpg?tab=readme-ov-file#prerequisites

# macOS (not tested)
gpg --armor --export-secret-key $(git config user.email) | pbcopy

# Ubuntu (assuming GNU base64)
gpg --armor --export-secret-key $(git config user.email) -w0 | xclip -sel clip
See secrets/gh-repo-gpg-private-key.txt
6 changes: 3 additions & 3 deletions secrets/gh-repo-gpg-private-key.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
secret-name: GPG_PRIVATE_KEY
secret-expire: 2024-09-01
secret-expire: never
secret-updated:
secret-updated-by:
secret-updated-by: sami
secret-type: gh-repo
is-secret: true
secret-usage: Used to have a signe git commit for helm chart.
Used together with GPG_PRIVATE_KEY and
Used together with GPG_PASSPHRASE and
commiter in Create Pull Request in helm-chart.yml

update-instructions:
Expand Down

0 comments on commit 6049e30

Please sign in to comment.