Skip to content

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

@fingolfin

Description

@fingolfin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions