From 0d414ec0ead26f9f59d1943162a12889ce17aa81 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 11 Jan 2023 17:20:28 +0100 Subject: [PATCH] ci: checkout with correct token for web api update Signed-off-by: Jens Langhammer --- .github/workflows/web-api-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/web-api-publish.yml b/.github/workflows/web-api-publish.yml index ff316a4ce..3fa233177 100644 --- a/.github/workflows/web-api-publish.yml +++ b/.github/workflows/web-api-publish.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + token: ${{ secrets.BOT_GITHUB_TOKEN }} - uses: actions/setup-node@v3.6.0 with: node-version: '16'