mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
13 lines
287 B
YAML
Executable File
13 lines
287 B
YAML
Executable File
name: Manual Homebrew Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
homebrew:
|
|
uses: chenasraf/workflows/.github/workflows/manual-homebrew-release.yml@master
|
|
with:
|
|
homebrew-tap-repo: chenasraf/homebrew-tap
|
|
secrets:
|
|
REPO_DISPATCH_PAT: ${{ secrets.REPO_DISPATCH_PAT }}
|