Skip to content

Commit 2066594

Browse files
committed
quick fix
1 parent 5d5da30 commit 2066594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-issue-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
id: extract
1818
uses: actions/github-script@v7
1919
with:
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
2021
script: |
2122
const body = context.payload.pull_request.body || "";
2223
const issuePattern = /#(\d+)/g;

0 commit comments

Comments
 (0)