From 6ef5b3e3ff828a5897744a0dcc92054729fc52a4 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 13:36:29 +0100 Subject: [PATCH] WF --- .github/workflows/close_issue_in_other_repo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close_issue_in_other_repo.yaml b/.github/workflows/close_issue_in_other_repo.yaml index 322e9eb..6d5a8df 100644 --- a/.github/workflows/close_issue_in_other_repo.yaml +++ b/.github/workflows/close_issue_in_other_repo.yaml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: + - name: Extract and Process PR Title id: extract_title run: | @@ -58,7 +59,7 @@ jobs: - name: Comment on the Best-Matching Issue and Close It if: env.issue_number != '' env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PAT_MICHEL }} run: | gh issue comment $issue_number --repo community-scripts/ProxmoxVED --body "Merged with #${{ github.event.pull_request.number }} in ProxmoxVE" gh issue close $issue_number --repo community-scripts/ProxmoxVED