ci: Let the icingabot trigger L10n updates

This commit is contained in:
Johannes Meyer 2020-05-27 09:16:51 +02:00
parent ba38609cbe
commit f7281f6832
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Repository dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.L10N_ACCESS_TOKEN }}
token: ${{ secrets.ICINGABOT_TOKEN }}
repository: Icinga/L10n
event-type: update
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'