Skip to content

Commit

Permalink
Updated some secrets (#334)
Browse files Browse the repository at this point in the history
* Removed secrets info files no longer in use

* Updated gpg passphrase and key

* Updated gitlab and bitbucket secrets info
  • Loading branch information
ToreMerkely authored Oct 4, 2024
1 parent 138aaf9 commit 7d245c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 38 deletions.
11 changes: 0 additions & 11 deletions secrets/gh-repo-ghcr-token.txt

This file was deleted.

11 changes: 0 additions & 11 deletions secrets/gh-repo-ghcr-user.txt

This file was deleted.

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
2 changes: 1 addition & 1 deletion secrets/gh-repo-kosli-bitbucket-password.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
secret-name: KOSLI_BITBUCKET_PASSWORD
secret-expire: 2024-09-01
secret-expire: 2025-01-01
secret-updated:
secret-updated-by:
secret-type: gh-repo
Expand Down
2 changes: 1 addition & 1 deletion secrets/gh-repo-kosli-gitlab-token.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
secret-name: KOSLI_GITLAB_TOKEN
secret-expire: 2024-09-01
secret-expire: 2025-01-01
secret-updated:
secret-updated-by:
secret-type: gh-repo
Expand Down

0 comments on commit 7d245c7

Please sign in to comment.