From 1514980890b0507d35c5c41b7e468e9802891b19 Mon Sep 17 00:00:00 2001 From: Thomas Belin Date: Wed, 24 Jan 2024 12:00:50 +0100 Subject: [PATCH] chore: Fix running CI jobs on cherry-picked commits (#16609) --- .github/workflows/cherry-pick-release-to-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick-release-to-dev.yml b/.github/workflows/cherry-pick-release-to-dev.yml index aaf68e6058b..f33ade11e5b 100644 --- a/.github/workflows/cherry-pick-release-to-dev.yml +++ b/.github/workflows/cherry-pick-release-to-dev.yml @@ -19,4 +19,4 @@ jobs: with: pr_branch: 'dev' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.OTTO_THE_BOT_GH_TOKEN }}