Skip to content

Commit 092571a

Browse files
committed
L10n-update: Use template from github-actions
1 parent d56757f commit 092571a

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/L10n-update.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ on:
66
- main
77

88
jobs:
9-
trigger-update:
10-
name: L10n Update Trigger
11-
runs-on: ubuntu-latest
12-
13-
steps:
14-
- name: Repository dispatch
15-
uses: peter-evans/repository-dispatch@v1
16-
with:
17-
token: ${{ secrets.ICINGABOT_TOKEN }}
18-
repository: Icinga/L10n
19-
event-type: update
20-
client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'
9+
update:
10+
uses: icinga/github-actions/.github/workflows/L10n-update.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)