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
# 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
The text was updated successfully, but these errors were encountered:
Right now we do this
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
The text was updated successfully, but these errors were encountered: