diff --git a/.github/workflows/rebase-dev.yml b/.github/workflows/rebase-dev.yml index 111983c..19063b4 100644 --- a/.github/workflows/rebase-dev.yml +++ b/.github/workflows/rebase-dev.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -29,5 +29,3 @@ jobs: - name: Push changes run: | git push origin development --force - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}