File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Check for packages updates
1
+ name : brew livecheck
2
2
3
3
on :
4
4
schedule :
7
7
8
8
jobs :
9
9
check :
10
- name : Check for packages updates
10
+ name : livecheck
11
11
runs-on : macos-14
12
12
steps :
13
- - run : brew tap sqlitebrowser/tap
13
+ - run : brew tap $GITHUB_REPOSITORY
14
14
15
15
- name : Run the script
16
16
env :
17
17
ASSIGNEES : ${{ vars.ASSIGNEES }}
18
18
GITHUB_REPO : ${{ github.repository }}
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
- run : curl https://raw.githubusercontent.com/sqlitebrowser/homebrew-tap/refs/heads/main/.github/scripts/check-update.py | python3
20
+ HOMEBREW_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
+ run : python3 "$(brew --prefix)/Library/Taps/${GITHUB_REPOSITORY}/.github/scripts/check-update.py"
You can’t perform that action at this time.
0 commit comments