Skip to content

Commit

Permalink
chore: Remove coloredlogs, fix missing token
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann committed Dec 12, 2023
1 parent 5c3cd37 commit c3d84a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/post_process_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
IMAGEKIT_UPLOADER_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY }}
IMAGEKIT_UPLOADER_IMAGEKIT_ENDPOINT: ${{ secrets.IMAGEKIT_URL_ENDPOINT }}
IMAGEKIT_UPLOADER_VERBOSE: true
VORON_CI_GITHUB_TOKEN: ${{ github.token }}
with:
args: upload-images
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module = [
"tweaker3.*",
"imagekitio.*",
"configargparse.*",
"coloredlogs.*",
]
ignore_missing_imports = true

Expand Down

0 comments on commit c3d84a9

Please sign in to comment.