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

Use token for git push #45

Closed
fingolfin opened this issue Sep 7, 2017 · 0 comments
Closed

Use token for git push #45

fingolfin opened this issue Sep 7, 2017 · 0 comments

Comments

@fingolfin
Copy link
Member

When the release script does a git push (twice, in fact), then this currently requires a user password, leading to password prompts if you don't use SSH or a credential store.

Just use the access token we have anyway to avoid that!
Basically, just push to https://$USER:[email protected]/$REPO, where we just have to extract $USER from $REPO, which is of the form USERNAME/PKGNAME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant