Skip to content

Commit

Permalink
fix: add stripe live mode to helm (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Oct 31, 2023
1 parent df0d512 commit 2eaa5be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
value: "https://development.api.basedosdados.org"
- name: "REDIS_DB"
value: "0"
- name: "STRIPE_LIVE_MODE"
value: "${{ secrets.STRIPE_LIVE_MODE }}"
- name: "STRIPE_LIVE_SECRET_KEY"
value: "${{ secrets.STRIPE_LIVE_SECRET_KEY }}"
- name: "STRIPE_TEST_SECRET_KEY"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
value: "https://api.basedosdados.org"
- name: "REDIS_DB"
value: "0"
- name: "STRIPE_LIVE_MODE"
value: "${{ secrets.STRIPE_LIVE_MODE }}"
- name: "STRIPE_LIVE_SECRET_KEY"
value: "${{ secrets.STRIPE_LIVE_SECRET_KEY }}"
- name: "STRIPE_TEST_SECRET_KEY"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
value: "https://staging.api.basedosdados.org"
- name: "REDIS_DB"
value: "0"
- name: "STRIPE_LIVE_MODE"
value: "${{ secrets.STRIPE_LIVE_MODE }}"
- name: "STRIPE_LIVE_SECRET_KEY"
value: "${{ secrets.STRIPE_LIVE_SECRET_KEY }}"
- name: "STRIPE_TEST_SECRET_KEY"
Expand Down

0 comments on commit 2eaa5be

Please sign in to comment.