Skip to content

Commit

Permalink
ci: Bump brew with personal account
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Dec 20, 2019
1 parent 024e7ea commit c58178d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,17 +194,17 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: |
echo "https://starship-bot:[email protected]" > ~/.git-credentials
echo "https://matchai:[email protected]" > ~/.git-credentials
git config --global credential.helper store
git config --global user.name "Starship Bot"
git config --global user.email "[email protected]"
git config --global user.name "Matan Kushner"
git config --global user.email "[email protected]"
cd $(brew --repo homebrew/core)
git fetch origin
sudo git reset --hard origin/master
cd -
brew bump-formula-pr --url=https://github.com/starship/starship/archive/$(git describe --tags).tar.gz --message="Automated release pull request using continuous integration. If you have any questions, please ping `@matchai`." --no-browse -v starship --force
brew bump-formula-pr --url=https://github.com/starship/starship/archive/$(git describe --tags).tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship --force
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
Expand Down

0 comments on commit c58178d

Please sign in to comment.