mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-06 21:49:35 -05:00
Add L10n-update workflow
This commit is contained in:
parent
6c4b75acb7
commit
0892d1e90b
1 changed files with 20 additions and 0 deletions
20
.github/workflows/L10n-update.yml
vendored
Normal file
20
.github/workflows/L10n-update.yml
vendored
Normal file
|
|
@ -0,0 +1,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.L10N_ACCESS_TOKEN }}
|
||||
repository: Icinga/L10n
|
||||
event-type: update
|
||||
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'
|
||||
Loading…
Reference in a new issue