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 7a340da commit e0f84b5Copy full SHA for e0f84b5
.github/workflows/label-doc-changes.yml
@@ -33,4 +33,4 @@ jobs:
33
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
34
with:
35
labels: doc-changes
36
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
0 commit comments