add ghost_api_key

They key is not secret, it will be available for inspection in dev
console when viewing requests made.
This commit is contained in:
swb 2023-03-23 13:09:14 +00:00
parent b5b8eef840
commit 9c419353d7
No known key found for this signature in database
GPG Key ID: 00C65C3C5258DB0F

2
Jenkinsfile vendored
View File

@ -13,6 +13,8 @@ pipeline {
environment {
GIT_COMMITTER_NAME = 'status-im-auto'
GIT_COMMITTER_EMAIL = 'auto@status.im'
/* This key is not a secret. */
GHOST_API_KEY = 'dc7884e3d2c10dde2269926b20'
PROD_SITE = 'codex.storage'
DEV_SITE = 'dev.codex.storage'
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'