mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Delete brew workflow (#360)
This commit is contained in:
parent
038cce2b3b
commit
86dfdf89da
18
.github/workflows/brew.yaml
vendored
18
.github/workflows/brew.yaml
vendored
|
|
@ -1,18 +0,0 @@
|
|||
name: Homebrew
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
brew:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Homebrew formula
|
||||
uses: dawidd6/action-homebrew-bump-formula@v3
|
||||
with:
|
||||
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
|
||||
token: ${{secrets.BREW_TOKEN}}
|
||||
# Formula name, required
|
||||
formula: forgit
|
||||
Loading…
Reference in a new issue