mirror of
https://github.com/starship/starship.git
synced 2025-02-23 13:51:45 +01:00
ci: Update Homebrew token storage
This commit is contained in:
parent
a87c0750cc
commit
4c26bf06e9
@ -9,7 +9,7 @@ jobs:
|
|||||||
git config --global user.name "matchai"
|
git config --global user.name "matchai"
|
||||||
git config --global user.email "hello@matchai.me"
|
git config --global user.email "hello@matchai.me"
|
||||||
git config --global config.helper store
|
git config --global config.helper store
|
||||||
echo "https://matchai:${HOMEBREW_GITHUB_API_TOKEN}@github.com" >> ~/.git-credentials
|
echo 'export HOMEBREW_GITHUB_API_TOKEN=${HOMEBREW_GITHUB_API_TOKEN}' >> ~/.bash_profile
|
||||||
brew update
|
brew update
|
||||||
brew bump-formula-pr --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
|
brew bump-formula-pr --url=https://github.com/starship/starship/archive/${GIT_TAG}.tar.gz --message="Automated release pull request using continuous integration." --no-browse -v starship
|
||||||
displayName: Bump the Homebrew formula
|
displayName: Bump the Homebrew formula
|
||||||
|
Loading…
Reference in New Issue
Block a user