Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Fails on Authentication Error #267

Open
asgeirrr opened this issue Nov 4, 2024 · 1 comment · May be fixed by #266
Open

CI Fails on Authentication Error #267

asgeirrr opened this issue Nov 4, 2024 · 1 comment · May be fixed by #266
Labels
bug Something isn't working

Comments

@asgeirrr
Copy link

asgeirrr commented Nov 4, 2024

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 😉

@asgeirrr asgeirrr added the bug Something isn't working label Nov 4, 2024
@m-aciek
Copy link

m-aciek commented Nov 14, 2024

I believe this is fixed by #266 – use of Use automatic token authentication.

I also could help with the maintenance.

@m-aciek m-aciek linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants