Skip to content

add client credentials and token exchange #24

add client credentials and token exchange

add client credentials and token exchange #24

Triggered via push August 14, 2025 16:05
Status Failure
Total duration 2m 25s
Artifacts

ci.yaml

on: push
Matrix: tests
Matrix: mypy
release
0s
release
Matrix: docker_release
docker_merge
0s
docker_merge
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
flake8
The process '/opt/hostedtoolcache/ruff/0.12.8/x86_64/ruff' failed with exit code 1
Ruff (F841): src/scitoken_issuer/server.py#L482
src/scitoken_issuer/server.py:482:17: F841 Local variable `requested_token_type` is assigned to but never used
Ruff (F401): src/scitoken_issuer/config.py#L5
src/scitoken_issuer/config.py:5:20: F401 `typing.Any` imported but unused
flake8
Could not parse version from /home/runner/work/scitoken-issuer/scitoken-issuer/pyproject.toml. Using latest version.