Skip to content

Commit 08706de

Browse files
committed
Update chore.yml
1 parent efaf2ba commit 08706de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- name: Get Pull Request Number
1616
id: pr
1717
run: echo "PR_NUMBER=$(gh pr view --json number -q .number || echo "")" >> $GITHUB_ENV
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1820
- name: Comment on the PR
1921
uses: actions/github-script@v7
2022
with:

0 commit comments

Comments
 (0)