Skip to content

Fix homebrew step in publish workflow #3444

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

Closed
jsjoeio opened this issue May 22, 2021 · 1 comment · Fixed by #3468
Closed

Fix homebrew step in publish workflow #3444

jsjoeio opened this issue May 22, 2021 · 1 comment · Fixed by #3468
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jsjoeio
Copy link
Contributor

jsjoeio commented May 22, 2021

Something went wrong when we tried to update cdrci's fork: https://github.com/cdr/code-server/runs/2643613944?check_suite_focus=true

We need to figure out how to do that correctly.

This might help: https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token#using-a-token-on-the-command-line

echo "cdr\n$token" | git push might work as well.

@jsjoeio jsjoeio added the bug Something isn't working label May 22, 2021
@jsjoeio jsjoeio added this to the 3.11.0 milestone May 22, 2021
@jsjoeio
Copy link
Contributor Author

jsjoeio commented May 24, 2021

Going to see if I can replicate the issue locally by:

  1. git clone https://github.com/cdrci/homebrew-core.git
  2. git remote add upstream https://github.com/Homebrew/homebrew-core.git
  3. git fetch upstream
  4. git merge upstream/master
  5. echo "cdr\n$token" | git push

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.

1 participant