Skip to content

Commit 4203f6c

Browse files
committed
Use secrets.BOT_TOKEN in lgtm-reset.yml.
Signed-off-by: Revital Sur <eres@il.ibm.com>
1 parent 71a218e commit 4203f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lgtm-reset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Invalidate LGTM
2525
env:
26-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
2727
PR_NUMBER: ${{ github.event.pull_request.number }}
2828
REPO: ${{ github.repository }}
2929
run: |

0 commit comments

Comments
 (0)