mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 18:04:22 +01:00
fix(workflow): update token for repository dispatch in notify-groups.yml
This commit is contained in:
parent
ab43447d5b
commit
0dd6bc9ce2
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.ADMIN_DICTIONARRY }}
|
||||
token: ${{ secrets.WORKFLOW_AUTOMATION_TOKEN }}
|
||||
repository: Dictionarry-Hub/groups
|
||||
event-type: database-updated
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user