mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-06 21:37:47 +02:00
ci: unify bot automation on the shared GitHub App
Point contributors.yml at the shared app via client-id (was the old hackbrowserdata-bot app), and replace the long-lived Homebrew PAT with a short-lived app token scoped to homebrew-tap for the formula push.
This commit is contained in:
+2
-2
@@ -101,8 +101,8 @@ brews:
|
||||
branch: main
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
commit_author:
|
||||
name: "github-actions[bot]"
|
||||
email: "github-actions[bot]@users.noreply.github.com"
|
||||
name: "moond4rk-ci[bot]"
|
||||
email: "299850723+moond4rk-ci[bot]@users.noreply.github.com"
|
||||
commit_msg_template: "brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
install: |
|
||||
bin.install "hack-browser-data"
|
||||
|
||||
Reference in New Issue
Block a user