From cdf85de5250778155ca15e6e7b1116126969ef71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Miri=C4=87?= Date: Tue, 16 Mar 2021 10:32:16 +0100 Subject: [PATCH] Set GitHub API token for Homebrew CI job --- .github/workflows/all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 3a90822a25b..dd77f6e474c 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -320,6 +320,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') env: VERSION: ${{ needs.configure.outputs.version }} + HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} steps: - name: Download source code archive run: curl -fsSL "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/archive/${VERSION}.tar.gz" -o "${VERSION}.tar.gz"