summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-12 23:36:42 -0400
committerMatan Kushner <hello@matchai.me>2019-08-12 23:42:14 -0400
commit4c26bf06e93f418d2b805c150accc99f2634b523 (patch)
treefb0dcfb6973b6accf67ae41dad68cb365c304240
parenta87c0750ccd10a157f19486b926b788dc1cf7338 (diff)
ci: Update Homebrew token storage
-rw-r--r--ci/bump-brew-formula.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bump-brew-formula.yml b/ci/bump-brew-formula.yml
index e00ad9f07..39825cf01 100644
--- a/ci/bump-brew-formula.yml
+++ b/ci/bump-brew-formula.yml
@@ -9,7 +9,7 @@ jobs:
git config --global user.name "matchai"
git config --global user.email "hello@matchai.me"
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 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