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