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:
parent
1880c7c1ec
commit
0ecc6dc238
1 changed files with 2 additions and 0 deletions
2
.github/dev.js
vendored
2
.github/dev.js
vendored
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue