-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b8a512
commit 6049e30
Showing
2 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters