mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Add L10n update workflow
This commit is contained in:
parent
cea6d4b456
commit
0aeb4f32f2
19
.github/workflows/L10n-update.yml
vendored
Normal file
19
.github/workflows/L10n-update.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user