icingaweb2/.github/workflows/L10n-update.yml

21 lines
460 B
YAML
Raw Normal View History

2020-04-23 15:12:46 +02:00
name: L10n Update
on:
push:
branches:
- master
jobs:
trigger-update:
name: L10n Update Trigger
runs-on: ubuntu-latest
steps:
- name: Repository dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ICINGABOT_TOKEN }}
2020-04-29 17:23:31 +02:00
repository: Icinga/L10n
2020-04-23 15:12:46 +02:00
event-type: update
2020-04-29 17:23:31 +02:00
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'