Skip to content

Commit 6ef5b3e

Browse files
WF
1 parent f5ac7a7 commit 6ef5b3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/close_issue_in_other_repo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
1415
- name: Extract and Process PR Title
1516
id: extract_title
1617
run: |
@@ -58,7 +59,7 @@ jobs:
5859
- name: Comment on the Best-Matching Issue and Close It
5960
if: env.issue_number != ''
6061
env:
61-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
GH_TOKEN: ${{ secrets.PAT_MICHEL }}
6263
run: |
6364
gh issue comment $issue_number --repo community-scripts/ProxmoxVED --body "Merged with #${{ github.event.pull_request.number }} in ProxmoxVE"
6465
gh issue close $issue_number --repo community-scripts/ProxmoxVED

0 commit comments

Comments
 (0)