Skip to content

Commit 8221285

Browse files
committed
Added conditional to label doc changes
1 parent cde09a8 commit 8221285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-doc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434
with:
3535
labels: doc-changes
36-
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
36+
github_token: ${{ secrets.OSS_BOT_GITHUB_TOKEN || github.token }}

0 commit comments

Comments
 (0)