Skip to content

Commit a0d0049

Browse files
authored
ci(benchmark): fix github token input (#744)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 51d5031 commit a0d0049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Comment PR
6868
uses: thollander/actions-comment-pull-request@v3
6969
with:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
message: |
7272
**PR**:
7373
```

0 commit comments

Comments
 (0)