mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-28 12:10:52 +00:00
ci: export the Homebrew GitHub API token
This commit is contained in:
parent
95401c688f
commit
6be33284a6
@ -9,6 +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 credential.helper store
|
git config --global credential.helper store
|
||||||
|
export HOMEBREW_GITHUB_API_TOKEN=$HOMEBREW_GITHUB_API_TOKEN
|
||||||
echo "https://matchai:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
|
echo "https://matchai:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user