Skip to content

Commit

Permalink
fix: test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdeyyy committed Apr 11, 2024
1 parent 5f93073 commit be979f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
run: export PAYSTACK_SECRET=${{secrets.PAYSTACK_SECRET}}
run: export CUSTOMER_CODE=${{ secrets.CUSTOMER_CODE }}
env:
PAYSTACK_SECRET: ${{ secrets.PAYSTACK_SECRET }}
CUSTOMER_CODE: ${{ secrets.CUSTOMER_CODE }}
Expand Down

0 comments on commit be979f7

Please sign in to comment.