From d2cf8b96dc6d8315b04654bec8efc87fb1ec6d6b Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Fri, 5 Apr 2024 13:31:37 +0200 Subject: [PATCH] build(gha): switch to myparcelnl/actions/rebase-prs --- .github/workflows/push.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 18240ba0..dc09dbd9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -59,15 +59,10 @@ jobs: if: always() runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/setup-git-credentials@v4 - id: credentials + - uses: myparcelnl/actions/rebase-prs@v4 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} - - - uses: peter-evans/rebase@v3 - with: - token: ${{ steps.credentials.outputs.token }} base: ${{ github.ref_name }} exclude-drafts: true exclude-labels: 'dependencies'