mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-29 09:48:02 +01:00
Add GITHUB_TOKEN to python tests
This commit is contained in:
parent
336b908e8f
commit
574ab7d696
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Tests
|
||||
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq libpoppler-cpp-dev unpaper tesseract-ocr imagemagick ghostscript optipng
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue