From 9bf348b96ac9486c45ac4ef99ff56c9b39ea0de9 Mon Sep 17 00:00:00 2001 From: Martin Marosi Date: Tue, 19 Nov 2024 10:06:06 +0100 Subject: [PATCH] chore: use GH token to checkout release repo --- .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 490a3f594..10d4ace27 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: