File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- uses : marocchino/sticky-pull-request-comment@v2
31
31
with :
32
+ GITHUB_TOKEN : ${{ secrets.ALGOLIA_BOT_TOKEN }}
32
33
message : |
33
34
### 🪓 The generated code will be pushed at the end of the CI.
34
35
@@ -474,6 +475,7 @@ jobs:
474
475
uses : marocchino/sticky-pull-request-comment@v2
475
476
if : ${{ steps.pushGeneratedCode.outputs.GENERATED_COMMIT == '' }}
476
477
with :
478
+ GITHUB_TOKEN : ${{ secrets.ALGOLIA_BOT_TOKEN }}
477
479
message : |
478
480
### No code generated
479
481
@@ -483,6 +485,7 @@ jobs:
483
485
uses : marocchino/sticky-pull-request-comment@v2
484
486
if : ${{ steps.pushGeneratedCode.outputs.GENERATED_COMMIT != '' }}
485
487
with :
488
+ GITHUB_TOKEN : ${{ secrets.ALGOLIA_BOT_TOKEN }}
486
489
message : |
487
490
### ✔️ Code generated!
488
491
You can’t perform that action at this time.
0 commit comments