-
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.
* Removed secrets info files no longer in use * Updated gpg passphrase and key * Updated gitlab and bitbucket secrets info
- Loading branch information
1 parent
138aaf9
commit 7d245c7
Showing
6 changed files
with
8 additions
and
38 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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