From b913600d9dc00329df5d05e764e1cb4d3a44635a Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 10:55:04 +0100 Subject: [PATCH] chore: trigger release --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e720dc507..38c778318 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,7 +127,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ssh-key: ${{ secrets.BOT_AUTH_KEY }} + # ssh-key: ${{ secrets.BOT_AUTH_KEY }} + token: ${{ secrets.GH_BOT_TOKEN }} - name: Use Node.js 20.x uses: actions/setup-node@v3 with: