diff --git a/test-project/.github/workflows/rebase.yml b/test-project/.github/workflows/rebase.yml index 07166b8..0c601fd 100644 --- a/test-project/.github/workflows/rebase.yml +++ b/test-project/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.8 env: GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} diff --git a/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml b/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml index e4c133d..f1add25 100644 --- a/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml +++ b/{{ cookiecutter.project_slug }}/.github/workflows/rebase.yml @@ -13,6 +13,6 @@ jobs: token: {{ "${{ secrets.PAT_TOKEN }}" }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.8 env: GITHUB_TOKEN: {{ "${{ secrets.PAT_TOKEN }}" }}