Merge pull request #4766 from toeverything/chore/stripe-env

chore(server): add stripe env to deploy.yml
This commit is contained in:
Joooye_34
2023-10-30 17:25:23 +00:00
committed by GitHub
5 changed files with 29 additions and 0 deletions

View File

@@ -243,3 +243,5 @@ jobs:
REDIS_HOST: ${{ secrets.REDIS_HOST }}
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
CLOUD_SQL_IAM_ACCOUNT: ${{ secrets.CLOUD_SQL_IAM_ACCOUNT }}
STRIPE_API_KEY: ${{ secrets.STRIPE_API_KEY }}
STRIPE_WEBHOOK_KEY: ${{ secrets.STRIPE_WEBHOOK_KEY }}