0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Added note about fetching the Stripe secret token

- this helps debug what is happening and when
This commit is contained in:
Daniel Lockyer 2022-10-06 16:47:54 +07:00
parent 1880c7c1ec
commit 0ecc6dc238
No known key found for this signature in database

2
.github/dev.js vendored
View file

@ -51,6 +51,8 @@ if (DASH_DASH_ARGS.includes('portal')) {
(async () => {
if (DASH_DASH_ARGS.includes('stripe')) {
console.log('Fetching Stripe secret token..');
let stripeSecret;
try {
stripeSecret = await exec('stripe listen --print-secret');