From e789d9bda322e1d68f23d583a9337de3813e799e Mon Sep 17 00:00:00 2001 From: Skydust Date: Sun, 18 Jan 2026 11:33:42 +0000 Subject: [PATCH] Updating rebase ci token --- .gitea/workflows/auto-rebase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-rebase.yml b/.gitea/workflows/auto-rebase.yml index 13d0ad1..2773bae 100644 --- a/.gitea/workflows/auto-rebase.yml +++ b/.gitea/workflows/auto-rebase.yml @@ -14,8 +14,9 @@ jobs: runs-on: skydust-runner steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: + token: "${{ secrets.CI_TOKEN }}" fetch-depth: 0 - name: Rebase uses: https://gitea.skydust.fr/actions/auto-rebase@main