From e2f792e69a420f0f778aa14bb564f7ffb883f567 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 27 May 2020 09:18:47 +0200 Subject: [PATCH] ci: Let the icingabot trigger L10n updates --- .github/workflows/L10n-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml index 3faf0b0..9dce59a 100644 --- a/.github/workflows/L10n-update.yml +++ b/.github/workflows/L10n-update.yml @@ -14,7 +14,7 @@ jobs: - name: Repository dispatch uses: peter-evans/repository-dispatch@v1 with: - token: ${{ secrets.L10N_ACCESS_TOKEN }} + token: ${{ secrets.ICINGABOT_TOKEN }} repository: Icinga/L10n event-type: update client-payload: '{"origin": "${{ github.repository }}", "commit": "${{ github.sha }}"}'