mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
|
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…
Reference in a new issue