summaryrefslogtreecommitdiffstats
path: root/.github/workflows/L10n-update.yml
blob: 9dce59ae78e2c7ce4306c5290e1620878a7c2224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 }}
          repository: Icinga/L10n
          event-type: update
          client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'