From e046a101433700661ab01e1e766ded1ab26dd228 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Sun, 25 Feb 2024 14:34:09 +0100 Subject: [PATCH] test: use my PAT GITHUB_TOKEN does not have write access to other repositories. --- .github/workflows/backport-comment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backport-comment.yml b/.github/workflows/backport-comment.yml index 5a901ac..f5798b8 100644 --- a/.github/workflows/backport-comment.yml +++ b/.github/workflows/backport-comment.yml @@ -16,6 +16,8 @@ jobs: contains(github.event.comment.body, '/backport') steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT_KORTHOUT }} - name: Backport id: backport uses: tasso94/backport-action@main