Skip to content

Commit f1981ba

Browse files
committed
Update secrets for Github actions
1 parent 4f3d39d commit f1981ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ jobs:
4141
run: hatch test
4242
env:
4343
SMARTEXTRACT_TEST_BASE_URL: ${{ vars.SMARTEXTRACT_TEST_BASE_URL }}
44-
SMARTEXTRACT_TEST_USERNAME: ${{ vars.SMARTEXTRACT_TEST_USERNAME }}
45-
SMARTEXTRACT_TEST_PASSWORD: ${{ secrets.SMARTEXTRACT_TEST_PASSWORD }}
44+
SMARTEXTRACT_TEST_API_KEY: ${{ secrets.SMARTEXTRACT_TEST_API_KEY }}

0 commit comments

Comments
 (0)