1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-12-25 00:21:00 +03:00

homebrew action

This commit is contained in:
nbari
2021-05-22 12:59:04 +02:00
parent d87a65db0e
commit c90b66821a

16
.github/workflows/homebrew.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
on:
release:
types:
- created
jobs:
homebrew:
name: Bump Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: mislav/bump-homebrew-formula-action@v1
with:
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
formula-name: ssh-vault
env:
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}