mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +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: 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:
|
steps:
|
||||||
- name: Lint PR commits
|
- name: Lint PR commits
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
github-token: ${{ secrets.LADYBIRD_BOT_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const excludedBotIds = [
|
const excludedBotIds = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue