Skip to content

Commit

Permalink
Add stripe key for test (#1170)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh XT <[email protected]>
  • Loading branch information
Josh-XT authored Apr 18, 2024
1 parent 1927a9e commit 2300880
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/operation-test-with-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ on:
type: string
default: none
description: Optional sendgrid api-key available as os.getenv('SENDGRID_API_KEY') in your notebook
stripe-api-key:
type: string
default: none
description: Optional stripe api-key available as os.getenv('STRIPE_API_KEY') in your notebook
default-email:
type: string
default: none
Expand Down Expand Up @@ -115,7 +119,8 @@ jobs:
DEFAULT_EMAIL: ${{ inputs.default-email }}
DEFAULT_SERVICE: sendgrid
MFA_VERIFY: authenticator

MODE: development
STRIPE_API_KEY: ${{ inputs.stripe-api-key }}
steps:
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2300880

Please sign in to comment.