Skip to content

Commit

Permalink
build(gha): switch to myparcelnl/actions/rebase-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 5, 2024
1 parent 900c6ca commit d2cf8b9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d2cf8b9

Please sign in to comment.