Skip to content

Commit

Permalink
Set GitHub API token for Homebrew CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mirić committed Mar 16, 2021
1 parent 0d7840b commit cdf85de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cdf85de

Please sign in to comment.