fix(workflow): update token for repository dispatch in notify-groups.yml

This commit is contained in:
Sam Chau
2024-12-22 19:57:38 +10:30
parent ab43447d5b
commit 0dd6bc9ce2

View File

@@ -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 }}"}'