Skip to content

Commit 66652f5

Browse files
test-and-publish: Add PDFREST_API_KEY for testing
1 parent 7be83b9 commit 66652f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
cache-dependency-glob: uv.lock
3737
- name: Run tests with nox
3838
run: uvx nox --python ${{ matrix.python-version }} --session tests
39+
env:
40+
PDFREST_API_KEY: ${{ secrets.PDFREST_API_KEY }}
3941

4042
publish:
4143
name: Publish to CodeArtifact

0 commit comments

Comments
 (0)