fix: change client to app (#2788)
This commit is contained in:
2
.github/workflows/notify-on-update.yaml
vendored
2
.github/workflows/notify-on-update.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user