Skip to content

Commit

Permalink
Merge pull request #126 from CircleCI-Public/homebrew-token
Browse files Browse the repository at this point in the history
 Alias $GITHUB_TOKEN as $HOMEBREW_GITHUB_API_TOKEN
  • Loading branch information
Zachary Scott authored Sep 22, 2018
2 parents e667f6a + 3b83002 commit 6fe1dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ jobs:
- run: |
echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH' >> $BASH_ENV
- run: brew --version
- run: |
echo 'export HOMEBREW_GITHUB_API_TOKEN=$GITHUB_TOKEN' >> $BASH_ENV
- run: |
docker run -v $PWD:/go/src/github.com/CircleCI-Public/circleci-cli \
-w /go/src/github.com/CircleCI-Public/circleci-cli \
Expand Down Expand Up @@ -175,7 +177,7 @@ workflows:
weekly:
triggers:
- schedule:
cron: "0 3 * * 6"
cron: "15 3 * * 6"
filters:
branches:
only:
Expand Down

0 comments on commit 6fe1dfc

Please sign in to comment.