Skip to content

Commit

Permalink
Add Tpay environment variables to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 13, 2024
1 parent 95edfa6 commit c07df51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
PANTHER_WEB_SERVER_DIR: './tests/Application/public'
PANTHER_NO_SANDBOX: 1
PANTHER_CHROME_ARGUMENTS: '--disable-dev-shm-usage --window-size=1400,900'
TPAY_CLIENT_ID: '{{ secrets.TPAY_CLIENT_ID }}'
TPAY_CLIENT_SECRET: '{{ secrets.TPAY_CLIENT_SECRET }}'
TPAY_CARDS_API: '{{ secrets.TPAY_CARDS_API }}'
PAYUM_CYPHER_KEY: '{{ secrets.PAYUM_CYPHER_KEY }}'

steps:
-
Expand Down

0 comments on commit c07df51

Please sign in to comment.