From 00392cdad0595b7168649816942a6f19cc904915 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Fri, 20 Sep 2024 11:29:40 +0200 Subject: [PATCH] [WiP] Test on fork --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 6a444b052..02f69f4e0 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -37,14 +37,14 @@ jobs: issues: write pull-requests: write if: >- - (github.repository == 'libvips/libvips') && + (github.repository == 'kleisauke/libvips') && !startswith(github.event.comment.body, '') && contains(github.event.action == 'opened' && github.event.issue.body || github.event.comment.body, '/cherry-pick') steps: - name: Fetch sources uses: actions/checkout@v4 with: - repository: libvips/libvips + repository: kleisauke/libvips # GitHub stores the token used for checkout and uses it for pushes # too, but we want to use a different token for pushing, so we need # to disable persist-credentials here.