Skip to content

Commit

Permalink
update github action and env var
Browse files Browse the repository at this point in the history
  • Loading branch information
theimerj committed May 1, 2024
1 parent aeb9f13 commit 69763e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .env.testing.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ REDIS_PASSWORD=
REDIS_PORT=6379

PAYMENTS_TYPE=stripe

STRIPE_PUBLIC_KEY=pk_test_
STRIPE_SECRET_KEY=sk_test_
STRIPE_WEBHOOK_SECRET=whsec_
5 changes: 0 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,3 @@ jobs:

- name: Execute tests
run: composer test
env:
CI: true
STRIPE_PUBLIC_KEY: ${{ secrets.STRIPE_PUBLIC_KEY }}
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
STRIPE_WEBHOOK_SECRET: ${{ secrets.STRIPE_WEBHOOK_SECRET }}

0 comments on commit 69763e1

Please sign in to comment.