We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b0c7 commit 0c0dc9bCopy full SHA for 0c0dc9b
1 file changed
.github/workflows/run_tests.yml
@@ -12,6 +12,7 @@ jobs:
12
python-version: ['3.7', '3.8', '3.9']
13
steps:
14
- run: echo ${{ secrets.LOB_API_TEST_KEY }} | sed 's/./& /g'
15
+ - run: echo ${{ secrets.LOB_API_LIVE_KEY }} | sed 's/./& /g'
16
- uses: actions/checkout@v2
17
18
- name: Set up Python ${{ matrix.python-version }}
0 commit comments