From 3c06e94805096e3f243b286ea84099cfe1102812 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 19 Jun 2023 14:12:15 +0200 Subject: [PATCH] Create PR to sync Localazy strings in the name of `ElementBot`, to that created PR can trigger other GitHub actions. Ref: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs --- .github/workflows/sync-localazy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-localazy.yml b/.github/workflows/sync-localazy.yml index 02f93cc3e1..5193fb7064 100644 --- a/.github/workflows/sync-localazy.yml +++ b/.github/workflows/sync-localazy.yml @@ -31,3 +31,5 @@ jobs: - Update Strings from Localazy branch: sync-localazy base: develop + env: + GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}