Skip to content

Commit

Permalink
Make STRIPE_API_VERSION ci/cd variable public
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalartza committed Mar 21, 2024
1 parent b305ca0 commit 496760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
STRIPE_TEST_API_KEY: ${{ secrets.STRIPE_TEST_API_KEY }}
STRIPE_TEST_BT_ID: ${{ secrets.STRIPE_TEST_BT_ID }}
STRIPE_API_VERSION: ${{ secrets.STRIPE_API_VERSION }}
STRIPE_API_VERSION: ${{ env.STRIPE_API_VERSION }}

steps:
- name: Checkout
Expand Down

0 comments on commit 496760c

Please sign in to comment.