You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello, maintainers of Dacite, I've noticed the CI fails on authentication error which probably stopped the release of the latest bug fix. Link to the CI job here.
Command 'git' failed with args '-c user.name=github-action-benchmark -c [email protected] -c http.https://github.com/.extraheader= push ***github.com/konradhalas/dacite.git gh-pages:gh-pages --no-verify': remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/konradhalas/dacite.git/'
: Error: The process '/usr/bin/git' failed with exit code 128
Thanks for all the work on this library, I'm using it in some projects with stdlib dataclasses as a lightweight alternative to Pydantic models and it has been great. If you're looking for help maintaining this repository, I'd be glad to 😉
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, maintainers of Dacite, I've noticed the CI fails on authentication error which probably stopped the release of the latest bug fix. Link to the CI job here.
Thanks for all the work on this library, I'm using it in some projects with stdlib dataclasses as a lightweight alternative to Pydantic models and it has been great. If you're looking for help maintaining this repository, I'd be glad to 😉
The text was updated successfully, but these errors were encountered: