Skip to content

Commit e9def4a

Browse files
authored
chore(ci): use algolia-bot for gen comments (#3307)
1 parent fbfb731 commit e9def4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
- uses: marocchino/sticky-pull-request-comment@v2
3131
with:
32+
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
3233
message: |
3334
### 🪓 The generated code will be pushed at the end of the CI.
3435
@@ -474,6 +475,7 @@ jobs:
474475
uses: marocchino/sticky-pull-request-comment@v2
475476
if: ${{ steps.pushGeneratedCode.outputs.GENERATED_COMMIT == '' }}
476477
with:
478+
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
477479
message: |
478480
### No code generated
479481
@@ -483,6 +485,7 @@ jobs:
483485
uses: marocchino/sticky-pull-request-comment@v2
484486
if: ${{ steps.pushGeneratedCode.outputs.GENERATED_COMMIT != '' }}
485487
with:
488+
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
486489
message: |
487490
### ✔️ Code generated!
488491

0 commit comments

Comments
 (0)