From b5d79d858252411f6044658adab35cb8b1686d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 26 Feb 2024 13:00:06 +0100 Subject: [PATCH] Update backport.yml Use the TYCHO_SITE_PAT secret to see if it is sufficient to trigger the workflows. --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f0596942f3..c623c1df19 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -23,7 +23,7 @@ jobs: - name: Backport Action uses: sqren/backport-github-action@f7073a2287aefc1fa12685eb25a712ab5620445c # v9.3.1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.TYCHO_SITE_PAT }} auto_backport_label_prefix: backport-to- add_original_reviewers: true