Packaging: Use base64 key (#61802)

The tools in this repo need base64 but not in most other tools. I had to revert the change I made to the key
I created another key for base64 that we can use here
Follow-up to https://github.com/grafana/grafana/pull/61784
This commit is contained in:
Julien Duchesne
2023-01-19 17:03:19 -05:00
committed by GitHub
parent 9223fe5ca8
commit efb98bcb99
2 changed files with 5 additions and 5 deletions

View File

@@ -52,12 +52,12 @@ def secrets():
vault_secret(
'packages_gpg_public_key',
'infra/data/ci/packages-publish/gpg',
'public-key',
'public-key-b64',
),
vault_secret(
'packages_gpg_private_key',
'infra/data/ci/packages-publish/gpg',
'private-key',
'private-key-b64',
),
vault_secret(
'packages_gpg_passphrase',