Skip to content

Commit e01c2c1

Browse files
committed
updated docs tests to rely on the unify api key org secret instead of the auth account api key which can now be removed
1 parent 411a863 commit e01c2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run Tests
3838
run: poetry run pytest -vv --cov="docs" -n 4 .
3939
env:
40-
UNIFY_KEY: ${{ secrets.AUTH_ACCOUNT_API_KEY }}
40+
UNIFY_KEY: ${{ secrets.UNIFY_API_KEY }}

0 commit comments

Comments
 (0)