Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
test homebrew actions
Browse files Browse the repository at this point in the history
  • Loading branch information
necr0z committed Dec 19, 2023
1 parent 57f4dfc commit 7c007d9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Configure Git user
uses: Homebrew/actions/git-user-config@master
with:
username: 'insomnia-infra'
username: 'ArchGPT'

- name: Update brew
run: brew update
Expand All @@ -60,3 +60,13 @@ jobs:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}
# Bump only these formulae if outdated
formulae: insomnia

- name: Homebrew bump cask
uses: macauley/action-homebrew-bump-cask@v1.0.0
with:
token: ${{ secrets.HOMEBREW_PR_GH_TOKEN }}

# run brew livecheck to check if any provided casks are outdated.
# Better as a schedule. If none are oudated, action exit
livecheck: true

0 comments on commit 7c007d9

Please sign in to comment.