mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta/CI: Give actions/github-script access to ladybird-bot token
This commit is contained in:
parent
4907eb1950
commit
2936a9a45e
Notes:
sideshowbarker
2024-07-17 09:37:30 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ancient-history/commit/2936a9a45e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lintcommits.yml
vendored
1
.github/workflows/lintcommits.yml
vendored
|
@ -13,6 +13,7 @@ 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