Skip to content

Commit

Permalink
why doesn't this work
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 10, 2025
1 parent e7eb548 commit 4ca7d07
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ jobs:
- name: Upload bottles
run: brew pr-upload --root-url "$BOTTLE_ROOT_URL" --warn-on-upload-failure
env:
GIT_COMMITTER_NAME: Mislav Marohnić
GIT_AUTHOR_NAME: Mislav Marohnić
GIT_COMMITTER_EMAIL: git@mislav.net
GIT_AUTHOR_EMAIL: git@mislav.net
HOMEBREW_GIT_NAME: Mislav Marohnić
HOMEBREW_GIT_EMAIL: git@mislav.net
HOMEBREW_GITHUB_PACKAGES_USER: mislav
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ secrets.BOTTLE_UPLOAD_TOKEN }}

Expand Down

0 comments on commit 4ca7d07

Please sign in to comment.