From 4d1338f91cd21a05a32d8a557a54731b4cae3b16 Mon Sep 17 00:00:00 2001 From: Kian Jones Date: Wed, 3 Sep 2025 15:34:00 -0700 Subject: [PATCH] change client to app --- .github/workflows/notify-on-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-on-update.yaml b/.github/workflows/notify-on-update.yaml index 6276644c..5b46c9eb 100644 --- a/.github/workflows/notify-on-update.yaml +++ b/.github/workflows/notify-on-update.yaml @@ -12,7 +12,7 @@ jobs: id: app-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ secrets.NOTIFIER_CLIENT_ID }} + app-id: ${{ secrets.NOTIFIER_APP_ID }} private-key: ${{ secrets.NOTIFIER_PRIVATE_KEY }} - name: Repository Dispatch