Mercurial > dotfiles
changeset 767:e3937948d672
ci: set API token (#11)
author | Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com> |
---|---|
date | Wed, 15 Mar 2023 18:33:26 +0100 |
parents | e21ef814b85d |
children | eeaf0d561877 |
files | .github/workflows/test.yml |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/test.yml Mon Mar 13 21:22:51 2023 +0000 +++ b/.github/workflows/test.yml Wed Mar 15 18:33:26 2023 +0100 @@ -9,6 +9,8 @@ matrix: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} + env: + HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.BREW_TOKEN }} steps: - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master @@ -37,3 +39,5 @@ - name: Apply dotfiles run: chezmoi apply + env: + HOMEBREW_NO_INSTALL_FROM_API: 1