From 2936a9a45ef41838861d16134f6fcb74f13a9b3b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 2 Jun 2024 08:05:11 +0200 Subject: [PATCH] Meta/CI: Give actions/github-script access to ladybird-bot token --- .github/workflows/lintcommits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index 90c22ba92cd..81517b6b516 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -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 = [