From c160750a32c2e1dbc50be34ff2030acad40fd0da Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 9 Feb 2026 16:20:17 +0100 Subject: [PATCH] Updated the workflow update-version so it now works with the new bot --- .github/workflows/update-version.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 87e3495..096d9c5 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + token: ${{ secrets.BOT_TOKEN }} - name: Sync version to problem count run: |