mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta/CI: Remove unnecessary github-token usage from lintcommits script
This commit is contained in:
parent
d057d24d72
commit
319496eb70
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/319496eb70 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/16
1 changed files with 0 additions and 1 deletions
1
.github/workflows/lintcommits.yml
vendored
1
.github/workflows/lintcommits.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
|||
steps:
|
||||
- name: Lint PR commits
|
||||
uses: actions/github-script@v7
|
||||
github-token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
|
||||
with:
|
||||
script: |
|
||||
const excludedBotIds = [
|
||||
|
|
Loading…
Reference in a new issue