From 7bde8fa7e6d5ad39bf78374463d43124dde01771 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 3 Nov 2024 11:51:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=90=20Move=20HOMEBREW=5FGITHUB=5FAPI?= =?UTF-8?q?=5FTOKEN=20to=20mas=20formula=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77184c5..c92cb1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -228,12 +228,6 @@ jobs: run: | script/bootstrap -f - - name: 🔐 Configure HOMEBREW_GITHUB_API_TOKEN - env: - HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} - run: | - export HOMEBREW_GITHUB_API_TOKEN=your_token_here >>/Users/runner/.bash_profile - - name: 🔧 Configure Git Author run: | git config --global user.name 'masclibot' @@ -242,6 +236,7 @@ jobs: - name: 🍺 Update Homebrew mas formula env: GH_TOKEN: ${{ github.token }} + HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} DRY_RUN: ${{ needs.start.outputs.dry_run }} MAS_VERSION: ${{ needs.start.outputs.mas_version }} run: |