Skip to content

Commit

Permalink
ci: add proper env vars to publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar1729 committed Feb 20, 2023
1 parent 79e8983 commit 5afdb72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
pull_request_target:
types:
- labeled

env:
HOMEBREW_DEVELOPER: 1
HOMEBREW_GITHUB_ACTIONS: 1
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_FROM_API: 1

jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
Expand Down

0 comments on commit 5afdb72

Please sign in to comment.