Skip to content

Commit

Permalink
adjust variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug committed Jul 8, 2024
1 parent e594205 commit d80744f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:

run: pytest tests/api_resources/test_cript.py
env:
CRIPT_HOST: https://lb-stage.mycriptapp.org/
CRIPT_TOKEN: ${{ env.CRIPT_TOKEN }}
CRIPT_STORAGE_TOKEN: ${{ env.CRIPT_STORAGE_TOKEN }}
CRIPT_TESTS: True
CRIPT_BASE_URL: https://lb-stage.mycriptapp.org/
CRIPT_API_KEY: ${{ env.CRIPT_TOKEN }}
CRIPT_STORAGE: ${{ env.CRIPT_STORAGE_TOKEN }}

0 comments on commit d80744f

Please sign in to comment.