mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
fix(workflow): update token for repository dispatch in notify-groups.yml
This commit is contained in:
2
.github/workflows/notify-groups.yml
vendored
2
.github/workflows/notify-groups.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.ADMIN_DICTIONARRY }}
|
||||
repository: Dictionarry-Hub/groups
|
||||
event-type: database-updated
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
|
||||
Reference in New Issue
Block a user