mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-04 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:
@@ -18,8 +18,8 @@ jobs:
|
||||
uses: actions/create-github-app-token@v3
|
||||
id: app-token
|
||||
with:
|
||||
app-id: ${{ secrets.HACKBROWSERDATA_BOT_APP_ID }}
|
||||
private-key: ${{ secrets.HACKBROWSERDATA_BOT_PRIVATE_KEY }}
|
||||
client-id: ${{ vars.MOOND4RK_CI_RELEASE_APP_CLIENT_ID }}
|
||||
private-key: ${{ secrets.MOOND4RK_CI_RELEASE_APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
|
||||
Reference in New Issue
Block a user