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

Switch away from passing tokens in URL / support fine grained permission tokens #102

Open
fingolfin opened this issue Oct 20, 2023 · 0 comments

Comments

@fingolfin
Copy link
Member

Right now we do this

# construct GitHub URL for pushing
REMOTE="https://$GITHUB_USER:[email protected]/$REPO"

# Make sure the branch is on the server
notice "Pushing your branch to GitHub"
git push "$REMOTE" "$BRANCH"

This was handy in the past, but GitHub is introducing fine grained permission tokens, which apparently don't support this. It would be good to support these too

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