We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaf2ba commit 08706deCopy full SHA for 08706de
.github/workflows/chore.yml
@@ -15,6 +15,8 @@ jobs:
15
- name: Get Pull Request Number
16
id: pr
17
run: echo "PR_NUMBER=$(gh pr view --json number -q .number || echo "")" >> $GITHUB_ENV
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
- name: Comment on the PR
21
uses: actions/github-script@v7
22
with:
0 commit comments