From 092571a17b6592d1ed6831430618cc4299ebdf87 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 3 Jun 2025 16:20:35 +0200 Subject: [PATCH] L10n-update: Use template from github-actions --- .github/workflows/L10n-update.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml index 45599e8f0..8633b911a 100644 --- a/.github/workflows/L10n-update.yml +++ b/.github/workflows/L10n-update.yml @@ -6,15 +6,6 @@ on: - main 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 }}"}' + update: + uses: icinga/github-actions/.github/workflows/L10n-update.yml@main + secrets: inherit