From a64e87a6b1d6a1f1c79dbcfb4bd59a6454da2532 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 11 Jan 2023 16:24:30 +0100 Subject: [PATCH] ci: push web API update with bot token Signed-off-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index 9737801a1..65e78b3c6 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -32,7 +32,7 @@ jobs: uses: peter-evans/create-pull-request@v4 id: cpr with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} branch: update-web-api-client commit-message: "web: bump API Client version" title: "web: bump API Client version"