Skip to content

Commit 491a54b

Browse files
committed
workflows: Add L10n-update template
1 parent ad8fbb6 commit 491a54b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/L10n-update.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: L10n Update
2+
on:
3+
workflow_call:
4+
5+
jobs:
6+
trigger-update:
7+
name: L10n Update Trigger
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Repository dispatch
12+
uses: peter-evans/repository-dispatch@v3
13+
with:
14+
token: ${{ secrets.ICINGABOT_TOKEN }}
15+
repository: Icinga/L10n
16+
event-type: update
17+
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)