Skip to content

Commit

Permalink
fix stripe key
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Dec 2, 2020
1 parent 51beb8a commit 56fd6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
APPLE_TEAM: ${{ secrets.APPLE_TEAM }}
KACTUSBOT_TOKEN: ${{ secrets.KACTUSBOT_TOKEN }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
STRIPE_KEY: ${{ secrets.KEY_PASSWORD }}
STRIPE_KEY: ${{ secrets.STRIPE_KEY }}
# - name: Prepare testing environment
# run: yarn test:setup
# - name: Run unit tests
Expand Down

0 comments on commit 56fd6f5

Please sign in to comment.