Skip to content

Commit

Permalink
Remove unused environment variable in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Dec 4, 2024
1 parent 4bbf061 commit 8738816
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
ODBC_CONNECTION_STRING: ${{ secrets.ODBC_CONNECTION_STRING}}
VNPAY_TMN_CODE: ${{ secrets.VNPAY_TMN_CODE }}
VNPAY_SECRET_KEY: ${{ secrets.VNPAY_SECRET_KEY }}
PRIVATE_KEY_SEED: ${{ secrets.PRIVATE_KEY_SEED }}
PORT: 8000

steps:
Expand Down Expand Up @@ -171,7 +170,6 @@ jobs:
ODBC_CONNECTION_STRING: ${{ secrets.ODBC_CONNECTION_STRING}}
VNPAY_TMN_CODE: ${{ secrets.VNPAY_TMN_CODE }}
VNPAY_SECRET_KEY: ${{ secrets.VNPAY_SECRET_KEY }}
PRIVATE_KEY_SEED: ${{ secrets.PRIVATE_KEY_SEED }}
PORT: 8000

steps:
Expand Down

0 comments on commit 8738816

Please sign in to comment.