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 5876237 commit e26efcfCopy full SHA for e26efcf
.github/workflows/publish-wiki.yml
@@ -88,7 +88,7 @@ jobs:
88
if: ${{ github.event_name == 'pull_request' }}
89
uses: mshick/add-pr-comment@v2
90
with:
91
- repo-token: ${{ secrets.COMMENT_ON_PRS_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
92
message: |
93
Thank you for your PR.
94
A dry-run has been executed on your PR, executing all markdown pre-processing for the wiki files.
0 commit comments