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