diff --git a/.github/workflows/rebaseTemplate.yml b/.github/workflows/rebaseTemplate.yml index 2311fe3..90da48c 100644 --- a/.github/workflows/rebaseTemplate.yml +++ b/.github/workflows/rebaseTemplate.yml @@ -31,6 +31,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git fetch template master:template + - name: Checkout + run: git checkout template - name: Delete workflow run: | rm -r ./.github @@ -41,5 +43,5 @@ jobs: git commit -a -m "Del workflow" - name: Push env: - GITHUB_TOKEN: ${{secrets.PAT}} - run: git push -u origin template/master + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + run: git push -u origin template