Skip to content

Commit

Permalink
Fix Homebrew workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Mar 3, 2024
1 parent 67177b8 commit 749ec0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Update Homebrew formula
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ steps.get-token.outputs.token }}
RELEASE_TARBALL_URL: ${{ github.event.release.tarball_url }}
run: |
git config --global user.name 'penny-for-vapor[bot]'
git config --global user.email '${{ vars.PENNY_APP_USER_ID }}+penny-for-vapor[bot]@users.noreply.github.com'
Expand All @@ -29,6 +30,5 @@ jobs:
--no-audit \
--no-browse \
--fork-org=vapor \
--tag="${GITHUB_REF_NAME}" \
--revision="${GITHUB_SHA}" \
--url="${RELEASE_TARBALL_URL}" \
vapor

0 comments on commit 749ec0d

Please sign in to comment.