add addons.mozilla.org secrets

This commit is contained in:
Gabriel Augendre 2024-05-14 12:35:01 +02:00
parent 962e2cea8d
commit c7a32f4b73

View file

@ -11,3 +11,6 @@ set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }}
set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}
set -gx AMO_JWT_ISSUER {{ (bitwardenFields "item" "addons.mozilla.org").jwt_issuer.value | quote }}
set -gx AMO_JWT_SECRET {{ (bitwardenFields "item" "addons.mozilla.org").jwt_secret.value | quote }}